Home
last modified time | relevance | path

Searched defs:unparcelled (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DDataObjectUnitTests.java125 PhoneAccountHandle unparcelled = PhoneAccountHandle.CREATOR.createFromParcel(p); in testPhoneAccountHandle() local
338 VideoProfile unparcelled = VideoProfile.CREATOR.createFromParcel(p); in testVideoProfile() local
355 VideoProfile.CameraCapabilities unparcelled = in testCameraCapabilities() local
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DSipDelegateManagerTest.java1142 DelegateRequest unparcelled = DelegateRequest.CREATOR.createFromParcel(p); in testParcelUnparcelDelegateRequest() local
1154 FeatureTagState unparcelled = FeatureTagState.CREATOR.createFromParcel(p); in testParcelUnparcelFeatureTagState() local
1240 SipDialogState unparcelled = SipDialogState.CREATOR.createFromParcel(p); in testParcelUnparcelSipDialogState() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/
H A DWorkSourceTest.java180 WorkSource unparcelled = WorkSource.CREATOR.createFromParcel(p); in testWorkSourceParcelling() local