Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DParcelValTypes.h39 VAL_BOOLEANARRAY = 23, enumerator
/aosp12/frameworks/base/core/java/android/os/
H A DParcel.java277 private static final int VAL_BOOLEANARRAY = 23; field in Parcel