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

/frameworks/base/core/java/android/hardware/location/
H A DNanoApp.java34 public class NanoApp { class
35 private final String TAG = "NanoApp";
59 * @see #NanoApp(int, byte[])
61 public NanoApp() { method in class:NanoApp
67 * Initialize a NanoApp with the given id and binary.
81 * @deprecated Use NanoApp(long, byte[]) instead
83 @Deprecated public NanoApp(int appId, byte[] appBinary) { method in class:NanoApp
84 Log.w(TAG, "NanoApp(int, byte[]) is deprecated, please use NanoApp(long, byte[]) instead.");
88 * Initialize a NanoApp wit
102 public NanoApp(long appId, byte[] appBinary) { method in class:NanoApp
300 private NanoApp(Parcel in) { method in class:NanoApp
[all...]

Completed in 576 milliseconds