/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/ipmemorystore/ |
H A D | ParcelableTests.java | 50 assertEquals(in, new NetworkAttributes(parcelingRoundTrip(in.toParcelable()))); in testNetworkAttributesParceling() 59 assertEquals(in, new NetworkAttributes(parcelingRoundTrip(in.toParcelable()))); in testNetworkAttributesParceling() 69 assertEquals(in, new NetworkAttributes(parcelingRoundTrip(in.toParcelable()))); in testNetworkAttributesParceling() 73 assertEquals(in, new NetworkAttributes(parcelingRoundTrip(in.toParcelable()))); in testNetworkAttributesParceling() 105 new SameL3NetworkResponse(parcelingRoundTrip(in.toParcelable())); in testSameL3NetworkResponseParceling() 125 final NetworkAttributes out = new NetworkAttributes(parcelingRoundTrip(in.toParcelable())); in testIPv6ProvisioningLossQuirkParceling()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | PlayerProxy.java | 146 mConf.getIPlayer().applyVolumeShaper(configuration.toParcelable(), in applyVolumeShaper() 147 operation.toParcelable()); in applyVolumeShaper()
|
H A D | VolumeShaper.java | 486 VolumeShaperConfiguration parcelable = toParcelable(); in writeToParcel() 491 public VolumeShaperConfiguration toParcelable() { in toParcelable() method in VolumeShaper.Configuration 1273 toParcelable().writeToParcel(dest, flags); in writeToParcel() 1277 public VolumeShaperOperation toParcelable() { in toParcelable() method in VolumeShaper.Operation 1540 toParcelable().writeToParcel(dest, flags); in writeToParcel() 1544 public VolumeShaperState toParcelable() { in toParcelable() method in VolumeShaper.State
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/ |
H A D | IpMemoryStoreServiceTest.java | 380 doLatched(timeoutMessage, latch -> mService.storeNetworkAttributes(l2Key, na.toParcelable(), 525 mService.storeNetworkAttributes(null, na.toParcelable(), onStatus(status -> { 616 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> { 626 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> { 638 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> { 648 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> { 659 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> { 669 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> { 681 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
H A D | DhcpLeaseTest.kt | 49 assertParcelEquals(lease, lease.toParcelable()) 55 assertParcelEquals(lease, lease.toParcelable())
|
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/ |
H A D | IpMemoryStoreService.java | 146 return new Status(code).toParcelable(); in makeStatus() 319 -1f /* never connected */).toParcelable()); in isSameNetwork() 324 new SameL3NetworkResponse(l2Key1, l2Key2, confidence).toParcelable()); in isSameNetwork() 363 null == attributes ? null : attributes.toParcelable()); in retrieveNetworkAttributes()
|
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/ |
H A D | DvrUiHelper.java | 127 args.putParcelable(DvrHalfSizedDialogFragment.KEY_PROGRAM, program.toParcelable()); in showScheduleDialog() 149 args.putParcelable(DvrHalfSizedDialogFragment.KEY_PROGRAM, program.toParcelable()); in showScheduleConflictDialog() 232 args.putParcelable(DvrHalfSizedDialogFragment.KEY_PROGRAM, program.toParcelable()); in showAlreadyScheduleDialog() 242 args.putParcelable(DvrHalfSizedDialogFragment.KEY_PROGRAM, program.toParcelable()); in showAlreadyRecordedDialog() 539 intent.putExtra(DvrRecordingSettingsActivity.PROGRAM, program.toParcelable()); in startRecordingSettingsActivity() 565 … intent.putExtra(DvrSeriesSettingsActivity.CURRENT_PROGRAM, currentProgram.toParcelable()); in startSeriesSettingsActivityInternal()
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | CallScreeningServiceFilterTest.java | 273 csAdapter.onScreeningResponse(CALL_ID, COMPONENT_NAME, allowCallResponse.toParcelable()); in testAllowCall() 310 csAdapter.onScreeningResponse(CALL_ID, COMPONENT_NAME, disallowCallResponse.toParcelable()); in testDisallowCall() 346 csAdapter.onScreeningResponse(CALL_ID, COMPONENT_NAME, silenceCallResponse.toParcelable()); in testSilenceCall() 384 additionalScreeningResponse.toParcelable()); in testScreenCallFurther()
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
H A D | IpMemoryStoreClient.java | 92 () -> service.storeNetworkAttributes(l2Key, attributes.toParcelable(), in storeNetworkAttributes() 144 () -> service.findL2Key(attributes.toParcelable(), in findL2Key()
|
/aosp12/frameworks/av/media/libaudiofoundation/ |
H A D | AudioProfile.cpp | 158 media::AudioProfile parcelable = VALUE_OR_RETURN_STATUS(toParcelable()); in writeToParcel() 163 AudioProfile::toParcelable() const { in toParcelable() function in android::AudioProfile 217 return legacy->toParcelable(); in legacy2aidl_AudioProfile()
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/ |
H A D | Status.java | 50 public StatusParcelable toParcelable() { in toParcelable() method in Status
|
H A D | SameL3NetworkResponse.java | 110 public SameL3NetworkResponseParcelable toParcelable() { in toParcelable() method in SameL3NetworkResponse
|
H A D | NetworkAttributes.java | 178 public NetworkAttributesParcelable toParcelable() { in toParcelable() method in NetworkAttributes
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallScreeningService.java | 415 public ParcelableCallResponse toParcelable() { in toParcelable() method in CallScreeningService.CallResponse 673 response.toParcelable()); in respondToCall()
|
H A D | Connection.java | 3588 dest.writeParcelable(mCallResponse == null ? null : mCallResponse.toParcelable(), 0); in writeToParcel()
|
/aosp12/packages/apps/TV/src/com/android/tv/data/api/ |
H A D | Program.java | 90 Parcelable toParcelable(); in toParcelable() method
|
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/ |
H A D | DhcpLease.java | 170 public DhcpLeaseParcelable toParcelable() { in toParcelable() method in DhcpLease
|
H A D | DhcpLeaseRepository.java | 387 leaseParcelables.add(committedLease.toParcelable()); in notifyLeasesChanged()
|
/aosp12/frameworks/av/media/libaudiofoundation/include/media/ |
H A D | AudioProfile.h | 87 ConversionResult<media::AudioProfile> toParcelable() const;
|
/aosp12/packages/apps/TV/src/com/android/tv/data/ |
H A D | ProgramImpl.java | 955 public Parcelable toParcelable() { in toParcelable() method in ProgramImpl
|
/aosp12/packages/apps/TV/src/com/android/tv/ |
H A D | MainActivity.java | 1627 intent.putExtra(DetailsActivity.PROGRAM, program.toParcelable()); in onPostExecute()
|