Home
last modified time | relevance | path

Searched refs:responseInts (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DLogicalChannelMocker.java47 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/
DRadioResponse.java144 responseInts(responseInfo, remainingAttempts); in supplyIccPinForAppResponse()
152 responseInts(responseInfo, remainingAttempts); in supplyIccPukForAppResponse()
160 responseInts(responseInfo, remainingAttempts); in supplyIccPin2ForAppResponse()
168 responseInts(responseInfo, remainingAttempts); in supplyIccPuk2ForAppResponse()
176 responseInts(responseInfo, remainingAttempts); in changeIccPinForAppResponse()
184 responseInts(responseInfo, remainingAttempts); in changeIccPin2ForAppResponse()
193 responseInts(responseInfo, retriesRemaining); in supplyNetworkDepersonalizationResponse()
205 responseInts(info, persoType, remainingRetries); in supplySimDepersonalizationResponse()
568 responseInts(responseInfo, n, m); in getClirResponse()
609 responseInts(responseInfo, enable ? 1 : 0, serviceClass); in getCallWaitingResponse()
[all …]