Searched refs:PIN_RESULT_SUCCESS (Results 1 – 3 of 3) sorted by relevance
54 public static final int PIN_RESULT_TYPE_SUCCESS = PhoneConstants.PIN_RESULT_SUCCESS;
108 public static final int PIN_RESULT_SUCCESS = 0; field in PhoneConstants
2410 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()