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

/frameworks/native/libs/binder/
H A DPersistableBundle.cpp52 VAL_PERSISTABLEBUNDLE = 25, enumerator in enum:__anon1441
332 RETURN_IF_FAILED(parcel->writeInt32(VAL_PERSISTABLEBUNDLE));
413 case VAL_PERSISTABLEBUNDLE: {
/frameworks/base/core/java/android/os/
H A DParcel.java236 private static final int VAL_PERSISTABLEBUNDLE = 25; field in class:Parcel
1394 writeInt(VAL_PERSISTABLEBUNDLE);
2429 case VAL_PERSISTABLEBUNDLE:

Completed in 112 milliseconds