OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSecureUserId
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/keystore/java/android/security/
GateKeeper.java
43
public static long
getSecureUserId
() throws IllegalStateException {
45
return getService().
getSecureUserId
(UserHandle.myUserId());
KeyStore.java
708
long rootSid = GateKeeper.
getSecureUserId
();
/frameworks/base/core/java/android/service/gatekeeper/
IGateKeeperService.aidl
73
long
getSecureUserId
(int uid);
/system/core/gatekeeperd/
IGateKeeperService.h
92
virtual uint64_t
getSecureUserId
(uint32_t uid) = 0;
IGateKeeperService.cpp
149
uint64_t sid =
getSecureUserId
(uid);
gatekeeperd.cpp
266
virtual uint64_t
getSecureUserId
(uint32_t uid) {
/frameworks/base/keystore/java/android/security/keystore/
KeymasterUtils.java
198
long rootSid = GateKeeper.
getSecureUserId
();
AndroidKeyStoreSecretKeyFactorySpi.java
208
return BigInteger.valueOf(GateKeeper.
getSecureUserId
());
Completed in 626 milliseconds