Searched refs:getPinService (Results 1 – 3 of 3) sorted by relevance
135 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 RestrictedProfilePinStorage177 return mConnection.getPinService(); in getPinService()
73 IRestrictedProfilePinService getPinService() throws RemoteException { in getPinService() method in RestrictedProfilePinServiceConnection
73 when(mConnection.getPinService()).thenReturn(mPinService); in setUp()