Searched refs:dbPath (Results 1 – 4 of 4) sorted by relevance
258 File dbPath = mContext.getDatabasePath(TEST_DATABASE_NAME); in testWalSchemaChangeVisibilityOnUpgrade() local259 SQLiteDatabase.deleteDatabase(dbPath); in testWalSchemaChangeVisibilityOnUpgrade()260 SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(dbPath, null); in testWalSchemaChangeVisibilityOnUpgrade()299 File dbPath = mContext.getDatabasePath(TEST_DATABASE_NAME); in testWalSchemaChangeVisibilityOnDowngrade() local300 SQLiteDatabase.deleteDatabase(dbPath); in testWalSchemaChangeVisibilityOnDowngrade()301 SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(dbPath, null); in testWalSchemaChangeVisibilityOnDowngrade()
126 String dbPath = mContext.getFilesDir().toString() + "/icons"; in testWebHistoryItem() local127 mIconDb.open(dbPath); in testWebHistoryItem()
167 String dbPath = getTestEnvironment().getContext().getFilesDir().toString() + "/icons"; in testOnReceivedIcon() local168 mIconDb.open(dbPath); in testOnReceivedIcon()
309 String dbPath = mContext.getFilesDir().toString() + "/icons"; in openIconDatabase() local310 iconDb.open(dbPath); in openIconDatabase()