Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DParcelValTypes.h33 VAL_STRINGARRAY = 14, enumerator
H A DPersistableBundle.cpp46 using android::binder::VAL_STRINGARRAY;
384 RETURN_IF_FAILED(parcel->writeInt32(VAL_STRINGARRAY)); in writeToParcelInner()
453 case VAL_STRINGARRAY: { in readFromParcelInner()
/aosp12/frameworks/base/core/java/android/os/
H A DParcel.java268 private static final int VAL_STRINGARRAY = 14; field in Parcel
1891 writeInt(VAL_STRINGARRAY); in writeValue()
3255 case VAL_STRINGARRAY: in readValue()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41286 Landroid/os/Parcel;->VAL_STRINGARRAY:I