Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/settings/
DFakeLocationSettings.java32 protected File getUserSettingsDir(int userId) { in getUserSettingsDir() method in FakeLocationSettings
DLocationSettingsTest.java83 protected File getUserSettingsDir(int userId) { in resetLocationSettings()
/frameworks/base/services/core/java/com/android/server/location/settings/
DLocationSettings.java79 protected File getUserSettingsDir(int userId) { in getUserSettingsDir() method in LocationSettings
91 File file = new File(new File(getUserSettingsDir(userId), LOCATION_DIRNAME), in getUserSettingsStore()