Searched refs:pinResult (Results 1 – 1 of 1) sorted by relevance
554 protected void onPostExecute(PinResult pinResult) { in onPostExecute() argument555 iccLockChanged(pinResult.getResult() == PinResult.PIN_RESULT_TYPE_SUCCESS /* success */, in onPostExecute()556 pinResult.getAttemptsRemaining() /* attemptsRemaining */); in onPostExecute()661 protected void onPostExecute(PinResult pinResult) { in onPostExecute() argument662 iccPinChanged(pinResult.getResult() == PinResult.PIN_RESULT_TYPE_SUCCESS /* success */, in onPostExecute()663 pinResult.getAttemptsRemaining() /* attemptsRemaining */); in onPostExecute()