Home
last modified time | relevance | path

Searched refs:PIN_RESULT_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPinResult.java54 public static final int PIN_RESULT_TYPE_SUCCESS = PhoneConstants.PIN_RESULT_SUCCESS;
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java108 public static final int PIN_RESULT_SUCCESS = 0; field in PhoneConstants
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java2410 return (resultArray[0] == PhoneConstants.PIN_RESULT_SUCCESS) ? true : false; in supplyPinForSubscriber()
2415 return (resultArray[0] == PhoneConstants.PIN_RESULT_SUCCESS) ? true : false; in supplyPukForSubscriber()
2497 mResult = PhoneConstants.PIN_RESULT_SUCCESS; in run()
2549 if (mResult == PhoneConstants.PIN_RESULT_SUCCESS && pin.length() > 0) { in unlockSim()