Home
last modified time | relevance | path

Searched refs:currentVersion (Results 1 – 6 of 6) sorted by relevance

/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchMigratorTest.java34 public boolean shouldMigrate(int currentVersion, int finalVersion) { in testOnUpgrade()
41 int currentVersion, in testOnUpgrade()
54 + currentVersion in testOnUpgrade()
63 int currentVersion, in testOnUpgrade()
96 public boolean shouldMigrate(int currentVersion, int finalVersion) { in testOnDowngrade()
103 int currentVersion, in testOnDowngrade()
112 int currentVersion, in testOnDowngrade()
125 + currentVersion in testOnDowngrade()
DAppSearchSchemaMigrationCtsTestBase.java81 public boolean shouldMigrate(int currentVersion, int finalVersion) {
88 int currentVersion, int finalVersion, @NonNull GenericDocument document) {
95 int currentVersion, int finalVersion, @NonNull GenericDocument document) {
102 public boolean shouldMigrate(int currentVersion, int finalVersion) {
109 int currentVersion, int finalVersion, @NonNull GenericDocument document) {
116 int currentVersion, int finalVersion, @NonNull GenericDocument document) {
491 public boolean shouldMigrate(int currentVersion, int finalVersion) { in testSchemaMigration()
492 return currentVersion != finalVersion; in testSchemaMigration()
498 int currentVersion, in testSchemaMigration()
523 int currentVersion, in testSchemaMigration()
[all …]
DSetSchemaRequestCtsTest.java100 public boolean shouldMigrate(int currentVersion, int finalVersion) { in testSetSchemaRequestTypeChanges()
107 int currentVersion, in testSetSchemaRequestTypeChanges()
116 int currentVersion, in testSetSchemaRequestTypeChanges()
125 public boolean shouldMigrate(int currentVersion, int finalVersion) { in testSetSchemaRequestTypeChanges()
132 int currentVersion, in testSetSchemaRequestTypeChanges()
141 int currentVersion, in testSetSchemaRequestTypeChanges()
150 public boolean shouldMigrate(int currentVersion, int finalVersion) { in testSetSchemaRequestTypeChanges()
157 int currentVersion, in testSetSchemaRequestTypeChanges()
166 int currentVersion, in testSetSchemaRequestTypeChanges()
DGlobalSearchSessionCtsTestBase.java2017 int currentVersion, int finalVersion) { in testRegisterObserver_schemaMigration()
2018 assertThat(currentVersion).isEqualTo(1); in testRegisterObserver_schemaMigration()
2026 int currentVersion, in testRegisterObserver_schemaMigration()
2029 assertThat(currentVersion).isEqualTo(1); in testRegisterObserver_schemaMigration()
2049 int currentVersion, in testRegisterObserver_schemaMigration()
2061 int currentVersion, int finalVersion) { in testRegisterObserver_schemaMigration()
2062 assertThat(currentVersion).isEqualTo(1); in testRegisterObserver_schemaMigration()
2070 int currentVersion, in testRegisterObserver_schemaMigration()
2073 assertThat(currentVersion).isEqualTo(1); in testRegisterObserver_schemaMigration()
2094 int currentVersion, in testRegisterObserver_schemaMigration()
/cts/tests/AlarmManager/util/src/android/alarmmanager/util/
DAlarmManagerDeviceConfigHelper.java90 final int currentVersion = getCurrentConfigVersion(); in commitAndAwaitPropagation() local
96 + "s. Current version: " + currentVersion, UPDATE_TIMEOUT_SECONDS, in commitAndAwaitPropagation()
97 () -> (getCurrentConfigVersion() > currentVersion)); in commitAndAwaitPropagation()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DVersions.java55 String currentVersion = meetsMinimumSdkVersionRequirement(R) in requireMinimumVersion() local
60 + "+ (currently " + currentVersion + ")"); in requireMinimumVersion()