protected override void readResponse(global::java.io.InputStream n1) { System.Diagnostics.Debug.WriteLine("In readResponse()"); java.io.DataInputStream di = new java.io.DataInputStream(n1); //di.@this(n1); long l = di.readLong(); com.codename1.io.Preferences.set("DeviceId__$", l); }