Searched refs:PIN_RESULT_SUCCESS (Results 1 – 3 of 3) sorted by relevance
274 result != PhoneConstants.PIN_RESULT_SUCCESS /* announce */); in verifyPasswordAndUnlock()275 if (result == PhoneConstants.PIN_RESULT_SUCCESS) { in verifyPasswordAndUnlock()
331 result != PhoneConstants.PIN_RESULT_SUCCESS /* announce */); in updateSim()332 if (result == PhoneConstants.PIN_RESULT_SUCCESS) { in updateSim()
100 public static final int PIN_RESULT_SUCCESS = 0; field in PhoneConstants