Searched defs:isPinSet (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ | ||
H A D | IRestrictedProfilePinService.aidl | 36 boolean isPinSet(); in isPinSet() method |
H A D | RestrictedProfilePinService.java | 88 public boolean isPinSet() { in isPinSet() method in RestrictedProfilePinService.PinServiceImpl |
H A D | RestrictedProfilePinDialogFragment.java | 136 public void isPinSet(Consumer<Boolean> consumer) { in isPinSet() method in RestrictedProfilePinDialogFragment |
H A D | RestrictedProfilePinStorage.java | 122 public boolean isPinSet() { in isPinSet() method in RestrictedProfilePinStorage |
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ | ||
H A D | PinDialogFragment.java | 162 public abstract void isPinSet(Consumer<Boolean> consumer); in isPinSet() method in PinDialogFragment |