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

/frameworks/native/include/private/binder/
H A DParcelValTypes.h39 VAL_BOOLEANARRAY = 23, enumerator in enum:android::binder::__anon1508
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h39 VAL_BOOLEANARRAY = 23, enumerator in enum:android::binder::__anon1579
/frameworks/base/core/java/android/os/
H A DParcel.java249 private static final int VAL_BOOLEANARRAY = 23; field in class:Parcel
1608 writeInt(VAL_BOOLEANARRAY);
2683 case VAL_BOOLEANARRAY:

Completed in 58 milliseconds