Home
last modified time | relevance | path

Searched defs:NanoAppBinary (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DNanoAppBinary.java32 public final class NanoAppBinary implements Parcelable { class
84 public NanoAppBinary(byte[] appBinary) { in NanoAppBinary() method in NanoAppBinary
221 private NanoAppBinary(Parcel in) { in NanoAppBinary() method in NanoAppBinary
/aosp12/hardware/interfaces/contexthub/common/default/1.X/
H A DContextHub.h35 using NanoAppBinary = ::android::hardware::contexthub::V1_0::NanoAppBinary; member