Searched defs:databasePath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebSettings.java1346 * @param databasePath String path to the directory where databases should
1349 public synchronized void setDatabasePath(String databasePath) { argument
1350 if (databasePath != null && !mDatabasePathHasBeenSet) {
1351 mDatabasePath = databasePath;
1360 * @param databasePath String path to the directory where the Geolocation
1364 public synchronized void setGeolocationDatabasePath(String databasePath) { argument
1365 if (databasePath != null
1366 && !databasePath.equals(mGeolocationDatabasePath)) {
1367 mGeolocationDatabasePath = databasePath;

Completed in 30 milliseconds