Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/settings/
H A 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()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/settings/
H A DFakeLocationSettings.java32 protected File getUserSettingsDir(int userId) { in getUserSettingsDir() method in FakeLocationSettings
H A DLocationSettingsTest.java83 protected File getUserSettingsDir(int userId) { in resetLocationSettings()