Searched refs:UID_SELF (Results 1 – 5 of 5) sorted by relevance
55 getService().put(alias, ILegacyKeystore.UID_SELF, profile); in put()74 return getService().get(alias, ILegacyKeystore.UID_SELF); in get()93 getService().remove(alias, ILegacyKeystore.UID_SELF); in remove()113 final String[] aliases = getService().list(prefix, ILegacyKeystore.UID_SELF); in list()
37 public static final int UID_SELF = -1; field in KeyStore
1017 return KeyStore.UID_SELF; in namespaceToLegacyUid()1032 case KeyStore.UID_SELF: in legacyUidToNamespace()
6301 if (!keyChain.installKeyPair(privKey, cert, chain, alias, KeyStore.UID_SELF)) {6641 if (keySpec.getUid() != KeyStore.UID_SELF) {
48454 Landroid/security/KeyStore;->UID_SELF:I