Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboWebSettings.java351 private String geolocationDatabasePath = "geolocation"; field in RoboWebSettings
375 return geolocationDatabasePath; in getGeolocationDatabasePath()
379 public void setGeolocationDatabasePath(String geolocationDatabasePath) { in setGeolocationDatabasePath() argument
380 this.geolocationDatabasePath = geolocationDatabasePath; in setGeolocationDatabasePath()