Searched refs:getPin (Results 1 – 3 of 3) sorted by relevance
178 if (TextUtils.isEmpty(getPin())) { in onCreateView()208 if (TextUtils.isEmpty(getPin())) { in onCreateView()289 if (DEBUG) Log.d(TAG, "done: mType=" + mType + " pin=" + pin + " stored=" + getPin());295 if (TextUtils.isEmpty(getPin()) || pin.equals(getPin())) {312 if (TextUtils.isEmpty(getPin())) {326 if (pin.equals(getPin())) {346 private String getPin() {354 return mTvPinPicker.getPin();
69 String savedPin = getPin(); in isPinCorrect()89 String savedPin = getPin(); in isPinSet()93 private String getPin() { in getPin() method in RestrictedProfilePinService.PinServiceImpl
98 private String getPin() { in getPin() method in EnableIccPinScreen105 mPhone.getIccCard().setIccLockEnabled(mEnable, getPin(), callback); in enableIccPin()