HomeSort by relevance Sort by last modified time
    Searched refs:mKeySetMapping (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
KeySetManagerService.java 60 protected final LongSparseArray<ArraySet<Long>> mKeySetMapping;
114 mKeySetMapping = new LongSparseArray<ArraySet<Long>>();
141 ArraySet<Long> pkgKeys = mKeySetMapping.get(pkg.keySetData.getProperSigningKeySet());
142 ArraySet<Long> testKeys = mKeySetMapping.get(id);
169 ArraySet<Long> pkgKeys = mKeySetMapping.get(pkg.keySetData.getProperSigningKeySet());
170 ArraySet<Long> testKeys = mKeySetMapping.get(id);
194 ArrayMap<String, ArraySet<PublicKey>> definedMapping = pkg.mKeySetMapping;
225 if (pkg.mKeySetMapping != null) {
226 addDefinedKeySetsToPackageLPw(ps, pkg.mKeySetMapping);
352 ArraySet<Long> pkIds = mKeySetMapping.get(id)
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]

Completed in 208 milliseconds