Searched refs:VAL_BOOLEANARRAY (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
H A DPersistableBundle.cpp51 VAL_BOOLEANARRAY = 23, enumerator in enum:__anon1441
307 RETURN_IF_FAILED(parcel->writeInt32(VAL_BOOLEANARRAY));
409 case VAL_BOOLEANARRAY: {
/frameworks/base/core/java/android/os/
H A DParcel.java234 private static final int VAL_BOOLEANARRAY = 23; field in class:Parcel
1428 writeInt(VAL_BOOLEANARRAY);
2387 case VAL_BOOLEANARRAY:

Completed in 2078 milliseconds