Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DMockLocationAppPreferenceController.java42 private static final String MOCK_LOCATION_APP_KEY = "mock_location_app"; field in MockLocationAppPreferenceController
60 return MOCK_LOCATION_APP_KEY; in getPreferenceKey()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DMockLocationAppPreferenceController.java41 private static final String MOCK_LOCATION_APP_KEY = "mock_location_app"; field in MockLocationAppPreferenceController
59 return MOCK_LOCATION_APP_KEY; in getPreferenceKey()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java107 private static final String MOCK_LOCATION_APP_KEY = "mock_location_app"; field in DevelopmentFragment
369 mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY); in onCreatePreferences()