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