Searched refs:getDatabasePath (Results 1 – 9 of 9) sorted by relevance
101 ApplicationProvider.getApplicationContext().getDatabasePath(path1).getAbsolutePath(); in testGetPath()107 ApplicationProvider.getApplicationContext().getDatabasePath(path2).getAbsolutePath(); in testGetPath()
24 final File databasePath = ApplicationProvider.getApplicationContext().getDatabasePath("path"); in setUp()
170 databasePath = ApplicationProvider.getApplicationContext().getDatabasePath(filename); in createDatabase()
149 File dbFile = context.getDatabasePath(testDbName); in getDatabasePath_shouldAllowAbsolutePaths()
35 databasePath = ApplicationProvider.getApplicationContext().getDatabasePath("database.db"); in setUp()924 return openOrCreateDatabase(ApplicationProvider.getApplicationContext().getDatabasePath(name)); in openOrCreateDatabase()
233 assertThat(webSettings.getDatabasePath()).isEqualTo("new_path"); in testSetDatabasePath()
189 public File getDatabasePath(String s) { in getDatabasePath() method in MockContext.MockContext2
135 mDatabaseFile = context.getDatabasePath(name); in DatabaseHelper()
370 public synchronized String getDatabasePath() { in getDatabasePath() method in RoboWebSettings