/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
D | AppSearchMigratorTest.java | 40 public GenericDocument onUpgrade( in testOnUpgrade() 87 migrator.onUpgrade(/* currentVersion= */ 3, /* finalVersion= */ 5, input); in testOnUpgrade() 102 public GenericDocument onUpgrade( in testOnDowngrade()
|
D | AppSearchSchemaMigrationCtsTestBase.java | 87 public GenericDocument onUpgrade( 108 public GenericDocument onUpgrade( 497 public GenericDocument onUpgrade( in testSchemaMigration() 646 public GenericDocument onUpgrade( in testSchemaMigration_downgrade() 772 public GenericDocument onUpgrade( in testSchemaMigration_sameVersion() 900 public GenericDocument onUpgrade( in testSchemaMigration_noMigration() 968 public GenericDocument onUpgrade( in testSchemaMigration_sourceToNowhere() 1058 public GenericDocument onUpgrade( in testSchemaMigration_nowhereToDestination() 1118 public GenericDocument onUpgrade( in testSchemaMigration_nowhereToNowhere() 1198 public GenericDocument onUpgrade( in testSchemaMigration_toAnotherType() [all …]
|
D | SetSchemaRequestCtsTest.java | 106 public GenericDocument onUpgrade( in testSetSchemaRequestTypeChanges() 131 public GenericDocument onUpgrade( in testSetSchemaRequestTypeChanges() 156 public GenericDocument onUpgrade( in testSetSchemaRequestTypeChanges()
|
D | GlobalSearchSessionCtsTestBase.java | 2025 public GenericDocument onUpgrade( in testRegisterObserver_schemaMigration() 2069 public GenericDocument onUpgrade( in testRegisterObserver_schemaMigration()
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/ |
D | Database.java | 59 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { in Database()
|
/cts/tests/JobScheduler/src/android/jobscheduler/ |
D | DummyJobContentProvider.java | 76 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { in onUpgrade() method in DummyJobContentProvider.DatabaseHelper
|
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/ |
D | DummyJobContentProvider.java | 76 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { in onUpgrade() method in DummyJobContentProvider.DatabaseHelper
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteOpenHelperTest.java | 274 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { in testWalSchemaChangeVisibilityOnUpgrade() 377 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { in onUpgrade() method in SQLiteOpenHelperTest.MockOpenHelper
|
/cts/tests/tests/content/src/android/content/cts/ |
D | DummyProvider.java | 87 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { in onUpgrade() method in DummyProvider.DatabaseHelper
|
D | MockContentProvider.java | 99 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { in onUpgrade() method in MockContentProvider.DatabaseHelper
|
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
D | CreatePrivateDataTest.java | 187 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { in onUpgrade() method in CreatePrivateDataTest.TestDatabaseOpenHelper
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResultsProvider.java | 459 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { in onUpgrade() method in TestResultsProvider.TestResultsOpenHelper
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 14921 method public abstract void onUpgrade(android.database.sqlite.SQLiteDatabase, int, int);
|