Home
last modified time | relevance | path

Searched refs:dbPath (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteOpenHelperTest.java258 File dbPath = mContext.getDatabasePath(TEST_DATABASE_NAME); in testWalSchemaChangeVisibilityOnUpgrade() local
259 SQLiteDatabase.deleteDatabase(dbPath); in testWalSchemaChangeVisibilityOnUpgrade()
260 SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(dbPath, null); in testWalSchemaChangeVisibilityOnUpgrade()
299 File dbPath = mContext.getDatabasePath(TEST_DATABASE_NAME); in testWalSchemaChangeVisibilityOnDowngrade() local
300 SQLiteDatabase.deleteDatabase(dbPath); in testWalSchemaChangeVisibilityOnDowngrade()
301 SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(dbPath, null); in testWalSchemaChangeVisibilityOnDowngrade()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebHistoryItemTest.java126 String dbPath = mContext.getFilesDir().toString() + "/icons"; in testWebHistoryItem() local
127 mIconDb.open(dbPath); in testWebHistoryItem()
DWebChromeClientTest.java167 String dbPath = getTestEnvironment().getContext().getFilesDir().toString() + "/icons"; in testOnReceivedIcon() local
168 mIconDb.open(dbPath); in testOnReceivedIcon()
DWebSettingsTest.java309 String dbPath = mContext.getFilesDir().toString() + "/icons"; in openIconDatabase() local
310 iconDb.open(dbPath); in openIconDatabase()