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

/frameworks/base/keystore/java/android/security/
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...]

Completed in 40 milliseconds