Searched refs:unparcelled (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | DataObjectUnitTests.java | 125 PhoneAccountHandle unparcelled = PhoneAccountHandle.CREATOR.createFromParcel(p); in testPhoneAccountHandle() local 126 assertEquals(accountHandle, unparcelled); in testPhoneAccountHandle() 127 assertEquals(accountHandle.getComponentName(), unparcelled.getComponentName()); in testPhoneAccountHandle() 128 assertEquals(accountHandle.getId(), unparcelled.getId()); in testPhoneAccountHandle() 129 assertEquals(accountHandle.getUserHandle(), unparcelled.getUserHandle()); in testPhoneAccountHandle() 338 VideoProfile unparcelled = VideoProfile.CREATOR.createFromParcel(p); in testVideoProfile() local 339 assertEquals(videoProfile.getQuality(), unparcelled.getQuality()); in testVideoProfile() 340 assertEquals(videoProfile.getVideoState(), unparcelled.getVideoState()); in testVideoProfile() 355 VideoProfile.CameraCapabilities unparcelled = in testCameraCapabilities() local 357 assertEquals(cameraCapabilities.getWidth(), unparcelled.getWidth()); in testCameraCapabilities() [all …]
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | SipDelegateManagerTest.java | 1142 DelegateRequest unparcelled = DelegateRequest.CREATOR.createFromParcel(p); in testParcelUnparcelDelegateRequest() local 1143 assertEquals(r, unparcelled); in testParcelUnparcelDelegateRequest() 1144 assertEquals(r.getFeatureTags(), unparcelled.getFeatureTags()); in testParcelUnparcelDelegateRequest() 1154 FeatureTagState unparcelled = FeatureTagState.CREATOR.createFromParcel(p); in testParcelUnparcelFeatureTagState() local 1155 assertEquals(f, unparcelled); in testParcelUnparcelFeatureTagState() 1156 assertEquals(f.getFeatureTag(), unparcelled.getFeatureTag()); in testParcelUnparcelFeatureTagState() 1157 assertEquals(f.getState(), unparcelled.getState()); in testParcelUnparcelFeatureTagState() 1240 SipDialogState unparcelled = SipDialogState.CREATOR.createFromParcel(p); in testParcelUnparcelSipDialogState() local 1241 assertEquals(state, unparcelled); in testParcelUnparcelSipDialogState() 1242 assertEquals(state.getState() , unparcelled.getState()); in testParcelUnparcelSipDialogState()
|