Searched refs:response1 (Results 1 – 2 of 2) sorted by relevance
83 DataCallResponse response1 = new DataCallResponse.Builder() in testEquals() local101 assertEquals(response, response1); in testEquals()122 assertNotSame(response1, response2); in testEquals()123 assertNotSame(response1, null); in testEquals()124 assertNotSame(response1, new String[1]); in testEquals()
236 String response1 = mIccRecords.getIccSimChallengeResponse( in testGetIccSimChallengeResponseDefault() local240 Log.d("IccRecordsTest", "Result of getIccSimChallengeResponse is " + response1); in testGetIccSimChallengeResponseDefault()242 response.equals(response1)); in testGetIccSimChallengeResponseDefault()