Searched refs:remainingAttempts (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 108 public void supplyIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPinForAppResponse() argument 109 responseInts(responseInfo, remainingAttempts); in supplyIccPinForAppResponse() 116 public void supplyIccPukForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPukForAppResponse() argument 117 responseInts(responseInfo, remainingAttempts); in supplyIccPukForAppResponse() 124 public void supplyIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPin2ForAppResponse() argument 125 responseInts(responseInfo, remainingAttempts); in supplyIccPin2ForAppResponse() 132 public void supplyIccPuk2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPuk2ForAppResponse() argument 133 responseInts(responseInfo, remainingAttempts); in supplyIccPuk2ForAppResponse() 140 public void changeIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPinForAppResponse() argument 141 responseInts(responseInfo, remainingAttempts); in changeIccPinForAppResponse() [all …]
|