Home
last modified time | relevance | path

Searched refs:toParcelable (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/ipmemorystore/
H A DParcelableTests.java50 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 DPlayerProxy.java146 mConf.getIPlayer().applyVolumeShaper(configuration.toParcelable(), in applyVolumeShaper()
147 operation.toParcelable()); in applyVolumeShaper()
H A DVolumeShaper.java486 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 DIpMemoryStoreServiceTest.java380 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 DDhcpLeaseTest.kt49 assertParcelEquals(lease, lease.toParcelable())
55 assertParcelEquals(lease, lease.toParcelable())
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
H A DIpMemoryStoreService.java146 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 DDvrUiHelper.java127 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 DCallScreeningServiceFilterTest.java273 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 DIpMemoryStoreClient.java92 () -> service.storeNetworkAttributes(l2Key, attributes.toParcelable(), in storeNetworkAttributes()
144 () -> service.findL2Key(attributes.toParcelable(), in findL2Key()
/aosp12/frameworks/av/media/libaudiofoundation/
H A DAudioProfile.cpp158 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 DStatus.java50 public StatusParcelable toParcelable() { in toParcelable() method in Status
H A DSameL3NetworkResponse.java110 public SameL3NetworkResponseParcelable toParcelable() { in toParcelable() method in SameL3NetworkResponse
H A DNetworkAttributes.java178 public NetworkAttributesParcelable toParcelable() { in toParcelable() method in NetworkAttributes
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallScreeningService.java415 public ParcelableCallResponse toParcelable() { in toParcelable() method in CallScreeningService.CallResponse
673 response.toParcelable()); in respondToCall()
H A DConnection.java3588 dest.writeParcelable(mCallResponse == null ? null : mCallResponse.toParcelable(), 0); in writeToParcel()
/aosp12/packages/apps/TV/src/com/android/tv/data/api/
H A DProgram.java90 Parcelable toParcelable(); in toParcelable() method
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpLease.java170 public DhcpLeaseParcelable toParcelable() { in toParcelable() method in DhcpLease
H A DDhcpLeaseRepository.java387 leaseParcelables.add(committedLease.toParcelable()); in notifyLeasesChanged()
/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioProfile.h87 ConversionResult<media::AudioProfile> toParcelable() const;
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DProgramImpl.java955 public Parcelable toParcelable() { in toParcelable() method in ProgramImpl
/aosp12/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java1627 intent.putExtra(DetailsActivity.PROGRAM, program.toParcelable()); in onPostExecute()