Searched refs:GateKeeper (Results 1 – 12 of 12) sorted by relevance
31 public abstract class GateKeeper { class35 private GateKeeper() {} in GateKeeper() method in GateKeeper
1333 long rootSid = GateKeeper.getSecureUserId(); in getInvalidKeyException()
22 import android.security.GateKeeper;154 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addUserAuthArgs()179 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addUserAuthArgs()240 long rootSid = GateKeeper.getSecureUserId(); in getRootSid()
20 import android.security.GateKeeper;218 return BigInteger.valueOf(GateKeeper.getSecureUserId()); in getGateKeeperSecureUserId()
26 import android.security.GateKeeper;565 private long mBoundToSecureUserId = GateKeeper.INVALID_SECURE_USER_ID;
27 import android.security.GateKeeper;708 return GateKeeper.INVALID_SECURE_USER_ID; in getBoundToSpecificSecureUserId()
20 import android.security.GateKeeper;835 GateKeeper.getSecureUserId(), in setWrappedKeyEntry()
21 import android.security.GateKeeper;
22 import android.security.GateKeeper;419 return GateKeeper.getService(); in getGateKeeperService()442 if (secureUserId == GateKeeper.INVALID_SECURE_USER_ID) { in generateAndLoadKey()
36 import android.security.GateKeeper;217 .thenReturn(GateKeeper.INVALID_SECURE_USER_ID); in init_doesNotCreateDecryptKeyIfNoSid()
33 import android.security.GateKeeper;655 sid = GateKeeper.INVALID_SECURE_USER_ID; in createPasswordBasedSyntheticPassword()885 sid = GateKeeper.INVALID_SECURE_USER_ID; in unwrapPasswordBasedSyntheticPassword()
75 import android.security.GateKeeper;3091 final IGateKeeperService gk = GateKeeper.getService(); in removeUserState()