am e12f23dc: Merge "Remove static modifier from KeySetManagerService issuedIds." into mnc-dev
* commit 'e12f23dc7e36f34c2ebd440e5deffd8866b66ade': Remove static modifier from KeySetManagerService issuedIds.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user