Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DMockLocationAppPreferenceController.java42 private static final int[] MOCK_LOCATION_APP_OPS = new int[]{AppOpsManager.OP_MOCK_LOCATION}; field in MockLocationAppPreferenceController
131 MOCK_LOCATION_APP_OPS); in removeAllMockLocations()
156 MOCK_LOCATION_APP_OPS); in getCurrentMockLocationApp()
/packages/apps/Settings/src/com/android/settings/development/
DMockLocationAppPreferenceController.java42 private static final int[] MOCK_LOCATION_APP_OPS = new int[]{AppOpsManager.OP_MOCK_LOCATION}; field in MockLocationAppPreferenceController
137 MOCK_LOCATION_APP_OPS); in removeAllMockLocations()
162 MOCK_LOCATION_APP_OPS); in getCurrentMockLocationApp()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java158 private static final int[] MOCK_LOCATION_APP_OPS = new int[] {AppOpsManager.OP_MOCK_LOCATION}; field in DevelopmentFragment
735 appOpsManager.getPackagesForOps(MOCK_LOCATION_APP_OPS); in writeMockLocation()
803 appOpsManager.getPackagesForOps(MOCK_LOCATION_APP_OPS); in updateMockLocation()