Searched defs:getGateKeeperService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java299 if (getGateKeeperService().getSecureUserId(parentId) == 0) {
611 getGateKeeperService(), handle, noCredential, userId, null);
657 getGateKeeperService();
1333 getGateKeeperService().clearSecureUserId(userId);
1385 GateKeeperResponse gkResponse = getGateKeeperService()
1476 GateKeeperResponse response = getGateKeeperService().enroll(userId, enrolledHandle,
1780 GateKeeperResponse gateKeeperResponse = getGateKeeperService()
1935 final IGateKeeperService gk = getGateKeeperService();
2154 protected synchronized IGateKeeperService getGateKeeperService() method in class:LockSettingsService
2284 getGateKeeperService(), credentialHas
[all...]

Completed in 405 milliseconds