Searched refs:responseInts (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
D | LogicalChannelMocker.java | 47 int[] responseInts = isException ? null : getSelectResponse(responseObject.toString()); in mockOpenLogicalChannelResponse() local 53 AsyncResult.forMessage(msg, responseInts, exception); in mockOpenLogicalChannelResponse() 107 int[] responseInts = new int[responseBytes.length]; in getSelectResponse() local 108 responseInts[0] = LOGICAL_CHANNEL; in getSelectResponse() 109 for (int i = 1; i < responseInts.length; ++i) { in getSelectResponse() 110 responseInts[i] = responseBytes[i]; in getSelectResponse() 112 return responseInts; in getSelectResponse()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 160 responseInts(responseInfo, remainingAttempts); in supplyIccPinForAppResponse() 168 responseInts(responseInfo, remainingAttempts); in supplyIccPukForAppResponse() 176 responseInts(responseInfo, remainingAttempts); in supplyIccPin2ForAppResponse() 184 responseInts(responseInfo, remainingAttempts); in supplyIccPuk2ForAppResponse() 192 responseInts(responseInfo, remainingAttempts); in changeIccPinForAppResponse() 200 responseInts(responseInfo, remainingAttempts); in changeIccPin2ForAppResponse() 209 responseInts(responseInfo, retriesRemaining); in supplyNetworkDepersonalizationResponse() 221 responseInts(info, persoType, remainingRetries); in supplySimDepersonalizationResponse() 700 responseInts(responseInfo, n, m); in getClirResponse() 741 responseInts(responseInfo, enable ? 1 : 0, serviceClass); in getCallWaitingResponse() [all …]
|