Searched refs:isPinCorrect (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java104 public abstract boolean isPinCorrect(String pin); method in class:PinDialogFragment
241 if (!isPinSet() || isPinCorrect(pin)) {
265 if (isPinCorrect(pin)) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictedProfileActivity.java117 public boolean isPinCorrect(String pin) { method in class:RestrictedProfileActivity.RestrictedProfilePinDialogFragment

Completed in 64 milliseconds