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()
38 public static final int UID_SELF = -1; field in KeyStore
942 return KeyStore.UID_SELF; in namespaceToLegacyUid()957 case KeyStore.UID_SELF: in legacyUidToNamespace()
5598 if (!keyChain.installKeyPair(privKey, cert, chain, alias, KeyStore.UID_SELF)) {5953 if (keySpec.getUid() != KeyStore.UID_SELF) {
51777 Landroid/security/KeyStore;->UID_SELF:I