Searched defs:readFromParcel (Results 1 - 14 of 14) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
H A DCarPropertyTestBase.java49 protected <T extends Parcelable> T readFromParcel() { method in class:CarPropertyTestBase
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DViewIdGenerator.java114 private void readFromParcel(Parcel src) { method in class:ViewIdGenerator
123 vig.readFromParcel(in);
H A DCompactPhotoSelectionFragment.java88 readFromParcel(source);
141 private void readFromParcel(Parcel source) { method in class:CompactPhotoSelectionFragment.Photo
/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
H A DSearchState.java68 readFromParcel(source);
100 private void readFromParcel(Parcel source) { method in class:SearchState
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactEntryAdapter.java66 protected void readFromParcel(Parcel p) { method in class:ContactEntryAdapter.Entry
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntitySet.java318 public void readFromParcel(Parcel source) { method in class:EntitySet
329 state.readFromParcel(in);
H A DEntityDelta.java462 public void readFromParcel(Parcel source) { method in class:EntityDelta
475 state.readFromParcel(in);
825 public void readFromParcel(Parcel source) { method in class:EntityDelta.ValuesDelta
835 values.readFromParcel(in);
/packages/services/Car/libvehiclenetwork/native/
H A DVehicleNetworkProtoUtil.cpp594 status_t VehiclePropValueBinderUtil::readFromParcel(const Parcel& parcel, function in class:android::VehiclePropValueBinderUtil
597 ALOGE("readFromParcel, null data");
605 ALOGE("readFromParcel, cannot read blob");
611 ALOGE("readFromParcel, cannot parse");
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactDeltaList.java535 public void readFromParcel(Parcel source) { method in class:RawContactDeltaList
550 state.readFromParcel(in);
H A DRawContactDelta.java629 public void readFromParcel(Parcel source) { method in class:RawContactDelta
651 state.readFromParcel(in);
H A DValuesDelta.java466 public void readFromParcel(Parcel source) { method in class:ValuesDelta
476 values.readFromParcel(in);
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
H A DBluetoothMapEventReport.java85 readFromParcel(in);
99 public void readFromParcel(Parcel in) { method in class:BluetoothMapEventReport
H A DBluetoothMapMessage.java115 readFromParcel(in);
140 public void readFromParcel(Parcel in) { method in class:BluetoothMapMessage
H A DBluetoothMapMessagesListing.java68 readFromParcel(in);
95 public void readFromParcel(Parcel in) { method in class:BluetoothMapMessagesListing

Completed in 685 milliseconds