Home
last modified time | relevance | path

Searched refs:readFromParcel (Results 1 – 20 of 20) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
DCarPropertyConfigTest.java57 CarPropertyConfig<Float> configRead = readFromParcel(); in testWriteReadFloat()
81 CarPropertyConfig<Integer[]> configRead = readFromParcel(); in testWriteReadIntegerArray()
103 CarPropertyConfig<Integer> integerConfig = readFromParcel(); in testWriteReadUnexpectedType()
111 CarPropertyConfig rawTypeConfig = readFromParcel(); in testWriteReadUnexpectedType()
135 CarPropertyConfig<Point> configRead = readFromParcel(); in testWriteReadArbitraryParcelable()
DCarPropertyValueTest.java33 CarPropertyValue<Float> valueRead = readFromParcel(); in testSimpleFloatValue()
42 CarPropertyValue<Point> pointValueRead = readFromParcel(); in testCarAreaArbitraryParcelable()
DCarPropertyTestBase.java49 protected <T extends Parcelable> T readFromParcel() { in readFromParcel() method in CarPropertyTestBase
/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
DSearchState.java68 readFromParcel(source); in SearchState()
100 private void readFromParcel(Parcel source) { in readFromParcel() method in SearchState
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DBluetoothMapEventReport.java85 readFromParcel(in); in BluetoothMapEventReport()
99 public void readFromParcel(Parcel in) { in readFromParcel() method in BluetoothMapEventReport
DBluetoothMapMessage.java115 readFromParcel(in); in BluetoothMapMessage()
140 public void readFromParcel(Parcel in) { in readFromParcel() method in BluetoothMapMessage
DBluetoothMapMessagesListing.java68 readFromParcel(in); in BluetoothMapMessagesListing()
95 public void readFromParcel(Parcel in) { in readFromParcel() method in BluetoothMapMessagesListing
/packages/apps/Contacts/src/com/android/contacts/editor/
DViewIdGenerator.java114 private void readFromParcel(Parcel src) { in readFromParcel() method in ViewIdGenerator
123 vig.readFromParcel(in);
DCompactPhotoSelectionFragment.java88 readFromParcel(source); in Photo()
141 private void readFromParcel(Parcel source) { in readFromParcel() method in CompactPhotoSelectionFragment.Photo
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java462 public void readFromParcel(Parcel source) { in readFromParcel() method in EntityDelta
475 state.readFromParcel(in);
825 public void readFromParcel(Parcel source) { in readFromParcel() method in EntityDelta.ValuesDelta
835 values.readFromParcel(in);
DEntitySet.java318 public void readFromParcel(Parcel source) { in readFromParcel() method in EntitySet
329 state.readFromParcel(in);
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetworkHalMock.cpp123 status = VehiclePropValueBinderUtil::readFromParcel(reply, value); in onPropertyGet()
228 r = VehiclePropValueBinderUtil::readFromParcel(data, &value.value, in onTransact()
DIVehicleNetwork.cpp138 status = VehiclePropValueBinderUtil::readFromParcel(reply, value); in getProperty()
282 r = VehiclePropValueBinderUtil::readFromParcel(data, &value.value, in onTransact()
298 r = VehiclePropValueBinderUtil::readFromParcel(data, &value, in onTransact()
DVehicleNetworkProtoUtil.h105 static status_t readFromParcel(const Parcel& parcel, vehicle_prop_value_t* value,
DVehicleNetworkProtoUtil.cpp594 status_t VehiclePropValueBinderUtil::readFromParcel(const Parcel& parcel, in readFromParcel() function in android::VehiclePropValueBinderUtil
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java535 public void readFromParcel(Parcel source) { in readFromParcel() method in RawContactDeltaList
550 state.readFromParcel(in);
DValuesDelta.java466 public void readFromParcel(Parcel source) { in readFromParcel() method in ValuesDelta
476 values.readFromParcel(in);
DRawContactDelta.java629 public void readFromParcel(Parcel source) { in readFromParcel() method in RawContactDelta
651 state.readFromParcel(in);
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactEntryAdapter.java66 protected void readFromParcel(Parcel p) { in readFromParcel() method in ContactEntryAdapter.Entry
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java309 b2.readFromParcel(p); in testAccountParcel()