Home
last modified time | relevance | path

Searched defs:remainingAttempts (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java159 public void supplyIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPinForAppResponse()
167 public void supplyIccPukForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPukForAppResponse()
175 public void supplyIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPin2ForAppResponse()
183 public void supplyIccPuk2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPuk2ForAppResponse()
191 public void changeIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPinForAppResponse()
199 public void changeIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPin2ForAppResponse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthCredentialView.java364 final int remainingAttempts = maxAttempts - numAttempts; in updateErrorMessage() local
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp762 int32_t remainingAttempts = kMaxCreateAttempts; in createRecord_l() local