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

/frameworks/native/libs/binder/
H A DPersistableBundle.cpp48 VAL_STRINGARRAY = 14, enumerator in enum:__anon1441
327 RETURN_IF_FAILED(parcel->writeInt32(VAL_STRINGARRAY));
397 case VAL_STRINGARRAY: {
/frameworks/base/core/java/android/os/
H A DParcel.java225 private static final int VAL_STRINGARRAY = 14; field in class:Parcel
1434 writeInt(VAL_STRINGARRAY);
2393 case VAL_STRINGARRAY:

Completed in 676 milliseconds