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

/frameworks/native/include/private/binder/
H A DParcelValTypes.h40 VAL_PERSISTABLEBUNDLE = 25, enumerator in enum:android::binder::__anon1605
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h40 VAL_PERSISTABLEBUNDLE = 25, enumerator in enum:android::binder::__anon1655
/frameworks/native/libs/binder/
H A DValue.cpp222 if (t_info == internal_type_ptr<PersistableBundle>()) return VAL_PERSISTABLEBUNDLE;
344 HANDLE_WRITE_PARCELABLE(PersistableBundle, VAL_PERSISTABLEBUNDLE)
402 HANDLE_READ_PARCELABLE(PersistableBundle, VAL_PERSISTABLEBUNDLE)
H A DPersistableBundle.cpp376 RETURN_IF_FAILED(parcel->writeInt32(VAL_PERSISTABLEBUNDLE));
456 case VAL_PERSISTABLEBUNDLE: {
/frameworks/base/core/java/android/os/
H A DParcel.java242 private static final int VAL_PERSISTABLEBUNDLE = 25; field in class:Parcel
1629 writeInt(VAL_PERSISTABLEBUNDLE);
2740 case VAL_PERSISTABLEBUNDLE:

Completed in 138 milliseconds