Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/ipmemorystore/
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()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpLeaseTest.kt49 assertParcelEquals(lease, lease.toParcelable()) in testToParcelable()
55 assertParcelEquals(lease, lease.toParcelable()) in testToParcelable_NullFields()
/packages/apps/TV/src/com/android/tv/dvr/ui/
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()
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreService.java150 return new Status(code).toParcelable(); in makeStatus()
323 -1f /* never connected */).toParcelable()); in isSameNetwork()
328 new SameL3NetworkResponse(l2Key1, l2Key2, confidence).toParcelable()); in isSameNetwork()
367 null == attributes ? null : attributes.toParcelable()); in retrieveNetworkAttributes()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java282 csAdapter.onScreeningResponse(CALL_ID, COMPONENT_NAME, allowCallResponse.toParcelable()); in testAllowCall()
319 csAdapter.onScreeningResponse(CALL_ID, COMPONENT_NAME, disallowCallResponse.toParcelable()); in testDisallowCall()
355 csAdapter.onScreeningResponse(CALL_ID, COMPONENT_NAME, silenceCallResponse.toParcelable()); in testSilenceCall()
393 additionalScreeningResponse.toParcelable()); in testScreenCallFurther()
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreServiceTest.java443 doLatched(timeoutMessage, latch -> mService.storeNetworkAttributes(l2Key, na.toParcelable(),
621 mService.storeNetworkAttributes(null, na.toParcelable(), onStatus(status -> {
716 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
726 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
738 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
748 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
759 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
769 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
781 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
DRegularMaintenanceJobServiceTest.kt136 listener.onComplete(Status(status).toParcelable()) in <lambda>()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIpMemoryStoreClient.java93 () -> service.storeNetworkAttributes(l2Key, attributes.toParcelable(), in storeNetworkAttributes()
145 () -> service.findL2Key(attributes.toParcelable(), in findL2Key()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DStatus.java50 public StatusParcelable toParcelable() { in toParcelable() method in Status
DSameL3NetworkResponse.java110 public SameL3NetworkResponseParcelable toParcelable() { in toParcelable() method in SameL3NetworkResponse
DNetworkAttributes.java178 public NetworkAttributesParcelable toParcelable() { in toParcelable() method in NetworkAttributes
/packages/modules/Virtualization/libs/framework-virtualization/src/android/system/virtualmachine/
DVirtualMachineCustomImageConfig.java346 android.system.virtualizationservice.SharedPath toParcelable() { in toParcelable() method in VirtualMachineCustomImageConfig.SharedPath
704 android.system.virtualizationservice.AudioConfig toParcelable() { in toParcelable() method in VirtualMachineCustomImageConfig.AudioConfig
804 android.system.virtualizationservice.DisplayConfig toParcelable() { in toParcelable() method in VirtualMachineCustomImageConfig.DisplayConfig
979 android.system.virtualizationservice.GpuConfig toParcelable() { in toParcelable() method in VirtualMachineCustomImageConfig.GpuConfig
DVirtualMachineConfig.java765 config.sharedPaths[i] = customImageConfig.getSharedPaths()[i].toParcelable(); in toVsRawConfig()
802 .map(dc -> dc.toParcelable()) in toVsRawConfig()
806 .map(dc -> dc.toParcelable()) in toVsRawConfig()
825 .map(ac -> ac.toParcelable()) in toVsRawConfig()
/packages/apps/TV/src/com/android/tv/data/api/
DProgram.java90 Parcelable toParcelable(); in toParcelable() method
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLease.java171 public DhcpLeaseParcelable toParcelable() { in toParcelable() method in DhcpLease
DDhcpLeaseRepository.java391 leaseParcelables.add(committedLease.toParcelable()); in notifyLeasesChanged()
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java955 public Parcelable toParcelable() { in toParcelable() method in ProgramImpl
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1678 intent.putExtra(DetailsActivity.PROGRAM, program.toParcelable()); in onPostExecute()