HomeSort by relevance Sort by last modified time
    Searched refs:isPinSet (Results 1 - 2 of 2) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
PinDialogFragment.java 153 public abstract boolean isPinSet();
190 if (!isPinSet()) {
207 if (!isPinSet()) {
302 if (!isPinSet() || isPinCorrect(pin)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictedProfilePinDialogFragment.java 163 public boolean isPinSet() {
180 throw new IllegalStateException("Can't call isPinSet when not attached");

Completed in 406 milliseconds