Searched refs:IGateKeeperService (Results 1 – 9 of 9) sorted by relevance
23 import android.service.gatekeeper.IGateKeeperService;36 public static IGateKeeperService getService() { in getService()37 IGateKeeperService service = IGateKeeperService.Stub.asInterface( in getService()
22 import android.service.gatekeeper.IGateKeeperService;249 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, in newSyntheticPasswordAndSid()273 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser()337 public long createPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in createPasswordBasedSyntheticPassword()436 public AuthenticationResult unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in unwrapPasswordBasedSyntheticPassword()487 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) in unwrapTokenBasedSyntheticPassword()546 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge()
72 import android.service.gatekeeper.IGateKeeperService;156 protected IGateKeeperService mGateKeeperService;1673 final IGateKeeperService gk = getGateKeeperService(); in removeUser()1800 protected synchronized IGateKeeperService getGateKeeperService() in getGateKeeperService()1809 mGateKeeperService = IGateKeeperService.Stub.asInterface(service); in getGateKeeperService()
30 interface IGateKeeperService { interface
22 import android.service.gatekeeper.IGateKeeperService;31 public class MockGateKeeperService implements IGateKeeperService {
73 import android.service.gatekeeper.IGateKeeperService;2786 final IGateKeeperService gk = GateKeeper.getService(); in removeUserState()
280 core/java/android/service/gatekeeper/IGateKeeperService.aidl \
3680 android.service.gatekeeper.IGateKeeperService3681 android.service.gatekeeper.IGateKeeperService$Stub3682 android.service.gatekeeper.IGateKeeperService$Stub$Proxy
2318 Landroid/service/gatekeeper/IGateKeeperService;2319 Landroid/service/gatekeeper/IGateKeeperService$Stub;2320 Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;