Searched defs:NanoApp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DNanoApp.java39 public class NanoApp implements Parcelable { class in inherits:Parcelable
40 private final String TAG = "NanoApp";
64 * @see #NanoApp(long, byte[])
66 public NanoApp() { method in class:NanoApp
72 * Initialize a NanoApp with the given id and binary.
86 * @deprecated Use NanoApp(long, byte[]) instead
88 @Deprecated public NanoApp(int appId, byte[] appBinary) { method in class:NanoApp
89 Log.w(TAG, "NanoApp(int, byte[]) is deprecated, please use NanoApp(long, byte[]) instead.");
93 * Initialize a NanoApp wit
107 public NanoApp(long appId, byte[] appBinary) { method in class:NanoApp
305 private NanoApp(Parcel in) { method in class:NanoApp
[all...]

Completed in 198 milliseconds