Home
last modified time | relevance | path

Searched defs:VAL_STRINGARRAY (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DParcelValTypes.h33 VAL_STRINGARRAY = 14, enumerator
/aosp12/frameworks/base/core/java/android/os/
H A DParcel.java268 private static final int VAL_STRINGARRAY = 14; field in Parcel