Searched refs:KeySetManagerService (Results 1 – 8 of 8) sorted by relevance
27 public static PublicKey getPubKey(KeySetManagerService ksms, long pkId) in getPubKey()31 LongSparseArray<KeySetManagerService.PublicKeyHandle> mPublicKeys = in getPubKey()32 (LongSparseArray<KeySetManagerService.PublicKeyHandle>) pkField.get(ksms); in getPubKey()33 KeySetManagerService.PublicKeyHandle pkh = mPublicKeys.get(pkId); in getPubKey()41 public static int getPubKeyRefCount(KeySetManagerService ksms, long pkId) in getPubKeyRefCount()45 LongSparseArray<KeySetManagerService.PublicKeyHandle> mPublicKeys = in getPubKeyRefCount()46 (LongSparseArray<KeySetManagerService.PublicKeyHandle>) pkField.get(ksms); in getPubKeyRefCount()47 KeySetManagerService.PublicKeyHandle pkh = mPublicKeys.get(pkId); in getPubKeyRefCount()55 public static int getKeySetRefCount(KeySetManagerService ksms, long keysetId) in getKeySetRefCount()69 public static LongSparseArray<ArraySet<Long>> getKeySetMapping(KeySetManagerService ksms) in getKeySetMapping()[all …]
37 private KeySetManagerService mKsms;50 mKsms = new KeySetManagerService(mPackagesMap); in setUp()98 KeySetManagerService ksms = new KeySetManagerService(packagesMap); in testEncodePublicKey()
1026 KeySetManagerService ksms = settings.mKeySetManagerService; in verifyKeySetMetaData()
42 per-file KeySetManagerService.java = cbrubaker@google.com, nnk@google.com
43 public class KeySetManagerService { class113 public KeySetManagerService(ArrayMap<String, PackageSetting> packages) { in KeySetManagerService() method in KeySetManagerService
11015 final KeySetManagerService ksms = mSettings.mKeySetManagerService;11744 final KeySetManagerService ksms = mSettings.mKeySetManagerService;12238 KeySetManagerService ksms = mSettings.mKeySetManagerService;15963 final ReconcileRequest request, KeySetManagerService ksms)16978 final KeySetManagerService ksms = mSettings.mKeySetManagerService;17035 final KeySetManagerService ksms = mSettings.mKeySetManagerService;17214 final KeySetManagerService ksms = mSettings.mKeySetManagerService;23340 final KeySetManagerService ksms = mSettings.mKeySetManagerService;23369 final KeySetManagerService ksms = mSettings.mKeySetManagerService;23393 final KeySetManagerService ksms = mSettings.mKeySetManagerService;[all …]
381 public final KeySetManagerService mKeySetManagerService = new KeySetManagerService(mPackages);
10417 HSPLcom/android/server/pm/KeySetManagerService$PublicKeyHandle;->decrRefCountLPw()J10418 HSPLcom/android/server/pm/KeySetManagerService$PublicKeyHandle;->getKey()Ljava/security/PublicKey;10419 HSPLcom/android/server/pm/KeySetManagerService$PublicKeyHandle;->incrRefCountLPw()V10420 HSPLcom/android/server/pm/KeySetManagerService;-><init>(Landroid/util/ArrayMap;)V10421 HSPLcom/android/server/pm/KeySetManagerService;->addKeySetLPw(Landroid/util/ArraySet;)Lcom/android/…10422 HSPLcom/android/server/pm/KeySetManagerService;->addPublicKeyLPw(Ljava/security/PublicKey;)J10423 HSPLcom/android/server/pm/KeySetManagerService;->addRefCountsFromSavedPackagesLPw(Landroid/util/Arr…10424 HSPLcom/android/server/pm/KeySetManagerService;->addScannedPackageLPw(Landroid/content/pm/PackagePa…10425 HSPLcom/android/server/pm/KeySetManagerService;->addSigningKeySetToPackageLPw(Lcom/android/server/p…10426 HSPLcom/android/server/pm/KeySetManagerService;->assertScannedPackageValid(Landroid/content/pm/Pack…[all …]