Home
last modified time | relevance | path

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

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