Loading services/core/java/com/android/server/pm/KeySetManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -58,9 +58,9 @@ public class KeySetManagerService { private final ArrayMap<String, PackageSetting> mPackages; private static long lastIssuedKeySetId = 0; private long lastIssuedKeySetId = 0; private static long lastIssuedKeyId = 0; private long lastIssuedKeyId = 0; class PublicKeyHandle { private final PublicKey mKey; Loading Loading
services/core/java/com/android/server/pm/KeySetManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -58,9 +58,9 @@ public class KeySetManagerService { private final ArrayMap<String, PackageSetting> mPackages; private static long lastIssuedKeySetId = 0; private long lastIssuedKeySetId = 0; private static long lastIssuedKeyId = 0; private long lastIssuedKeyId = 0; class PublicKeyHandle { private final PublicKey mKey; Loading