Searched refs:remainingAttempts (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 118 public void supplyIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPinForAppResponse() argument 119 responseInts(responseInfo, remainingAttempts); in supplyIccPinForAppResponse() 126 public void supplyIccPukForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPukForAppResponse() argument 127 responseInts(responseInfo, remainingAttempts); in supplyIccPukForAppResponse() 134 public void supplyIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPin2ForAppResponse() argument 135 responseInts(responseInfo, remainingAttempts); in supplyIccPin2ForAppResponse() 142 public void supplyIccPuk2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPuk2ForAppResponse() argument 143 responseInts(responseInfo, remainingAttempts); in supplyIccPuk2ForAppResponse() 150 public void changeIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPinForAppResponse() argument 151 responseInts(responseInfo, remainingAttempts); in changeIccPinForAppResponse() [all …]
|