Home
last modified time | relevance | path

Searched refs:getPinService (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictedProfilePinStorage.java133 getPinService().setPin(pin); in setPinInternal()
144 getPinService().deletePin(); in deletePinInternal()
155 return getPinService().isPinCorrect(originalPin); in isPinCorrectInternal()
166 return getPinService().isPinSet(); in isPinSetInternal()
174 private IRestrictedProfilePinService getPinService() throws RemoteException { in getPinService() method in RestrictedProfilePinStorage
175 return mConnection.getPinService(); in getPinService()
H A DRestrictedProfilePinServiceConnection.java73 IRestrictedProfilePinService getPinService() throws RemoteException { in getPinService() method in RestrictedProfilePinServiceConnection
/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/users/
H A DRestrictedProfilePinStorageTest.java73 when(mConnection.getPinService()).thenReturn(mPinService); in setUp()