Searched refs:UID_SELF (Results 1 – 4 of 4) sorted by relevance
57 getService().put(alias, ILegacyKeystore.UID_SELF, profile); in put()77 return getService().get(alias, ILegacyKeystore.UID_SELF); in get()97 getService().remove(alias, ILegacyKeystore.UID_SELF); in remove()118 final String[] aliases = getService().list(prefix, ILegacyKeystore.UID_SELF); in list()
1014 public static final int UID_SELF = -1; field in KeyProperties1023 return UID_SELF; in namespaceToLegacyUid()1038 case UID_SELF: in legacyUidToNamespace()
6498 if (!keyChain.installKeyPair(privKey, cert, chain, alias, KeyProperties.UID_SELF)) {6833 if (keySpec.getUid() != KeyProperties.UID_SELF) {
47811 Landroid/security/KeyStore;->UID_SELF:I