Home
last modified time | relevance | path

Searched refs:VAL_STRINGARRAY (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/
DParcelValTypes.h37 VAL_STRINGARRAY = 14, enumerator
DPersistableBundle.cpp39 using android::binder::VAL_STRINGARRAY;
376 RETURN_IF_FAILED(parcel->writeInt32(VAL_STRINGARRAY)); in writeToParcelInner()
445 case VAL_STRINGARRAY: { in readFromParcelInner()
/frameworks/base/core/java/android/os/
DParcel.java327 private static final int VAL_STRINGARRAY = 14; field in Parcel
2588 return VAL_STRINGARRAY; in getValueType()
2686 case VAL_STRINGARRAY: in writeValue()
4867 case VAL_STRINGARRAY: in readValue()
5739 case VAL_STRINGARRAY: return "VAL_STRINGARRAY"; in valueTypeToString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt37320 Landroid/os/Parcel;->VAL_STRINGARRAY:I