Home
last modified time | relevance | path

Searched refs:KeySetManagerService (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DKeySetUtils.java27 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()
76 public static Long getLastIssuedKeyId(KeySetManagerService ksms) in getLastIssuedKeyId()
[all …]
H A DKeySetManagerServiceTest.java38 private KeySetManagerService mKsms;
51 mKsms = new KeySetManagerService(mPackagesMap); in setUp()
100 KeySetManagerService ksms = new KeySetManagerService(packagesMap); in testEncodePublicKey()
H A DPackageManagerSettingsTests.java1207 KeySetManagerService ksms = settings.getKeySetManagerService(); in verifyKeySetMetaData()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DOWNERS42 per-file KeySetManagerService.java = cbrubaker@google.com, nnk@google.com
H A DKeySetManagerService.java48 public class KeySetManagerService { class
118 public KeySetManagerService(WatchedArrayMap<String, PackageSetting> packages) { in KeySetManagerService() method in KeySetManagerService
H A DSettings.java509 private final KeySetManagerService mKeySetManagerService;
578 mKeySetManagerService = new KeySetManagerService(mPackages);
616 mKeySetManagerService = new KeySetManagerService(mPackages);
664 mKeySetManagerService = new KeySetManagerService(mPackages);
734 KeySetManagerService getKeySetManagerService() {
H A DPackageManagerService.java14158 final KeySetManagerService ksms = mSettings.getKeySetManagerService();
14883 final KeySetManagerService ksms = mSettings.getKeySetManagerService();
15445 KeySetManagerService ksms = mSettings.getKeySetManagerService();
19516 final ReconcileRequest request, KeySetManagerService ksms, Injector injector) in reconcilePackagesLocked()
20485 final KeySetManagerService ksms = mSettings.getKeySetManagerService(); in doesSignatureMatchForPermissions()
20703 final KeySetManagerService ksms = mSettings.getKeySetManagerService(); in preparePackageLI()
20980 final KeySetManagerService ksms = mSettings.getKeySetManagerService(); in preparePackageLI()
26723 final KeySetManagerService ksms = mSettings.getKeySetManagerService();
26748 final KeySetManagerService ksms = mSettings.getKeySetManagerService();
26772 final KeySetManagerService ksms = mSettings.getKeySetManagerService();
[all …]
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DMockSystem.kt184 val keySetManagerService: KeySetManagerService = mock()
/aosp12/frameworks/base/services/
H A Dart-profile-boot53 Lcom/android/server/pm/KeySetManagerService;->readKeySetListLPw(Lorg/xmlpull/v1/XmlPullParser;)V
92 …/pm/PackageManagerService$ReconcileRequest;Lcom/android/server/pm/KeySetManagerService;)Ljava/util…
117 Lcom/android/server/pm/KeySetManagerService;->getPublicKeysFromKeySetLPr(J)Landroid/util/ArraySet;
226 Lcom/android/server/pm/KeySetManagerService$PublicKeyHandle;->getKey()Ljava/security/PublicKey;
H A Dart-profile29780 HSPLcom/android/server/pm/KeySetManagerService$PublicKeyHandle;-><init>(Lcom/android/server/pm/KeyS…
29781KeySetManagerService$PublicKeyHandle;-><init>(Lcom/android/server/pm/KeySetManagerService;JILjava/…
29782 HSPLcom/android/server/pm/KeySetManagerService$PublicKeyHandle;-><init>(Lcom/android/server/pm/KeyS…
29783 HSPLcom/android/server/pm/KeySetManagerService$PublicKeyHandle;->decrRefCountLPw()J
29789KeySetManagerService;->addPublicKeyLPw(Ljava/security/PublicKey;)J+]Lcom/android/server/pm/KeySetM…
29797KeySetManagerService;->decrementPublicKeyLPw(J)V+]Lcom/android/server/pm/KeySetManagerService$Publ…
29800 HSPLcom/android/server/pm/KeySetManagerService;->getFreeKeySetIDLPw()J
29801 HSPLcom/android/server/pm/KeySetManagerService;->getFreePublicKeyIdLPw()J
29811KeySetManagerService;->writeKeySetManagerServiceLPr(Landroid/util/TypedXmlSerializer;)V+]Lcom/andr…
54779 Lcom/android/server/pm/KeySetManagerService$PublicKeyHandle;
[all …]