Searched refs:UID_SELF (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DCredentials.java227 return deleteAllTypesForAlias(keystore, alias, KeyStore.UID_SELF);
250 return deleteCertificateTypesForAlias(keystore, alias, KeyStore.UID_SELF);
272 return deleteUserKeyTypeForAlias(keystore, alias, KeyStore.UID_SELF);
H A DKeyStore.java82 public static final int UID_SELF = -1; field in class:KeyStore
206 return get(key, UID_SELF);
236 return delete(key, UID_SELF);
249 return contains(key, UID_SELF);
268 return list(prefix, UID_SELF);
427 return getmtime(key, UID_SELF);
480 return generateKey(alias, args, entropy, UID_SELF, flags, outCharacteristics);
497 return getKeyCharacteristics(alias, clientId, appId, UID_SELF, outCharacteristics);
513 return importKey(alias, args, format, keyData, UID_SELF, flags, outCharacteristics);
542 return exportKey(alias, format, clientId, appId, UID_SELF);
[all...]
H A DKeyChain.java540 KeyStore.getInstance(), keyId, KeyStore.UID_SELF);
/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoveryController.java711 KeyStore.UID_SELF);
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreSpi.java90 private int mUid = KeyStore.UID_SELF;
1020 mUid = KeyStore.UID_SELF;
1026 int uid = KeyStore.UID_SELF;
H A DKeyGenParameterSpec.java709 private int mUid = KeyStore.UID_SELF;
H A DAndroidKeyStoreKeyPairGeneratorSpi.java365 mEntryUid = KeyStore.UID_SELF;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5429 if (keySpec.getUid() != KeyStore.UID_SELF) {

Completed in 94 milliseconds