Searched refs:IGateKeeperService (Results 1 – 6 of 6) sorted by relevance
23 import android.service.gatekeeper.IGateKeeperService;34 public static IGateKeeperService getService() { in getService()35 IGateKeeperService service = IGateKeeperService.Stub.asInterface( in getService()
30 interface IGateKeeperService { interface
66 import android.service.gatekeeper.IGateKeeperService;129 private IGateKeeperService mGateKeeperService;1479 final IGateKeeperService gk = getGateKeeperService();1589 private synchronized IGateKeeperService getGateKeeperService()1599 mGateKeeperService = IGateKeeperService.Stub.asInterface(service);
69 import android.service.gatekeeper.IGateKeeperService;2510 final IGateKeeperService gk = GateKeeper.getService(); in removeUserState()
243 core/java/android/service/gatekeeper/IGateKeeperService.aidl \
3591 android.service.gatekeeper.IGateKeeperService3592 android.service.gatekeeper.IGateKeeperService$Stub3593 android.service.gatekeeper.IGateKeeperService$Stub$Proxy