HomeSort by relevance Sort by last modified time
    Searched defs:snapshotVersion (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
KeySyncTask.java 377 Long snapshotVersion = mRecoverableKeyStoreDb.getSnapshotVersion(mUserId, recoveryAgentUid);
380 snapshotVersion = snapshotVersion == null ? 1 : snapshotVersion;
382 snapshotVersion = snapshotVersion == null ? 1 : snapshotVersion + 1;
386 snapshotVersion);
392 return snapshotVersion.intValue();
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
RecoverySnapshotStorageTest.java 118 int snapshotVersion = 2;
121 mRecoverySnapshotStorage.put(TEST_UID, createTestKeyChainSnapshot(snapshotVersion));
125 assertEquals(snapshotVersion, snapshot.getSnapshotVersion());
197 private static KeyChainSnapshot createTestKeyChainSnapshot(int snapshotVersion) {
218 .setSnapshotVersion(snapshotVersion)
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/
maven-repository-metadata-3.3.9.jar 

Completed in 1897 milliseconds