Searched refs:remainingAttempts (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 143 public void supplyIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPinForAppResponse() argument 144 responseInts(responseInfo, remainingAttempts); in supplyIccPinForAppResponse() 151 public void supplyIccPukForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPukForAppResponse() argument 152 responseInts(responseInfo, remainingAttempts); in supplyIccPukForAppResponse() 159 public void supplyIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPin2ForAppResponse() argument 160 responseInts(responseInfo, remainingAttempts); in supplyIccPin2ForAppResponse() 167 public void supplyIccPuk2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPuk2ForAppResponse() argument 168 responseInts(responseInfo, remainingAttempts); in supplyIccPuk2ForAppResponse() 175 public void changeIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPinForAppResponse() argument 176 responseInts(responseInfo, remainingAttempts); in changeIccPinForAppResponse() [all …]
|