Home
last modified time | relevance | path

Searched defs:isPinSet (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DIRestrictedProfilePinService.aidl36 boolean isPinSet(); in isPinSet() method
DRestrictedProfilePinService.java88 public boolean isPinSet() { in isPinSet() method in RestrictedProfilePinService.PinServiceImpl
DRestrictedProfilePinDialogFragment.java136 public void isPinSet(Consumer<Boolean> consumer) { in isPinSet() method in RestrictedProfilePinDialogFragment
DRestrictedProfilePinStorage.java122 public boolean isPinSet() { in isPinSet() method in RestrictedProfilePinStorage
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DPinDialogFragment.java162 public abstract void isPinSet(Consumer<Boolean> consumer); in isPinSet() method in PinDialogFragment