Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DParcelValTypes.h23 VAL_STRING = 0, enumerator
/aosp12/frameworks/base/core/java/android/os/
H A DParcel.java254 private static final int VAL_STRING = 0; field in Parcel