Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DRestrictedProfilePinStorage.java135 getPinService().setPin(pin); in setPinInternal()
146 getPinService().deletePin(); in deletePinInternal()
157 return getPinService().isPinCorrect(originalPin); in isPinCorrectInternal()
168 return getPinService().isPinSet(); in isPinSetInternal()
176 private IRestrictedProfilePinService getPinService() throws RemoteException { in getPinService() method in RestrictedProfilePinStorage
177 return mConnection.getPinService(); in getPinService()
DRestrictedProfilePinServiceConnection.java73 IRestrictedProfilePinService getPinService() throws RemoteException { in getPinService() method in RestrictedProfilePinServiceConnection
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/users/
DRestrictedProfilePinStorageTest.java73 when(mConnection.getPinService()).thenReturn(mPinService); in setUp()