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

/frameworks/native/include/private/binder/
H A DParcelValTypes.h35 VAL_INTARRAY = 18, enumerator in enum:android::binder::__anon1508
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h35 VAL_INTARRAY = 18, enumerator in enum:android::binder::__anon1579
/frameworks/base/core/java/android/os/
H A DParcel.java244 private static final int VAL_INTARRAY = 18; field in class:Parcel
1627 writeInt(VAL_INTARRAY);
2701 case VAL_INTARRAY:

Completed in 39 milliseconds