Home
last modified time | relevance | path

Searched refs:resp2 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/credentials/src/android/credentials/cts/unittests/service/
DBeginGetCredentialResponseTest.java132 final BeginGetCredentialResponse resp2 = TestUtils.cloneParcelable(resp1); in testWriteToParcel() local
133 TestUtils.assertEquals(resp2.getRemoteCredentialEntry(), resp1.getRemoteCredentialEntry()); in testWriteToParcel()
135 assertThat(resp2.getCredentialEntries().size()).isEqualTo(1); in testWriteToParcel()
136 assertThat(resp2.getCredentialEntries().size()).isEqualTo( in testWriteToParcel()
138 TestUtils.assertEquals(resp2.getCredentialEntries().get(0), in testWriteToParcel()
141 assertThat(resp2.getActions().size()).isEqualTo(1); in testWriteToParcel()
142 assertThat(resp2.getActions().size()).isEqualTo(resp1.getActions().size()); in testWriteToParcel()
143 TestUtils.assertEquals(resp2.getActions().get(0), resp1.getActions().get(0)); in testWriteToParcel()
145 assertThat(resp2.getAuthenticationActions().size()).isEqualTo(1); in testWriteToParcel()
146 assertThat(resp2.getAuthenticationActions().size()).isEqualTo( in testWriteToParcel()
[all …]
/cts/tests/credentials/src/android/credentials/cts/unittests/
DCreateCredentialResponseTest.java63 final CreateCredentialResponse resp2 = cloneParcelable(resp1); in testWriteToParcel() local
65 assertEquals(resp2.getData(), resp1.getData()); in testWriteToParcel()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java548 SipMessage resp2 = SipMessageUtils.generateSipResponse("200", "OK", in testSipDialogStateChangesOnMultipleDelegates() local
550 delegate2.receiveMessageAndVerifyReceivedCalled(resp2); in testSipDialogStateChangesOnMultipleDelegates()
551 delegateConn2.verifyMessageReceived(resp2); in testSipDialogStateChangesOnMultipleDelegates()