Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DMockLocationAppPreferenceController.java43 private static final int[] MOCK_LOCATION_APP_OPS = new int[]{AppOpsManager.OP_MOCK_LOCATION}; field in MockLocationAppPreferenceController
138 MOCK_LOCATION_APP_OPS); in removeAllMockLocations()
164 MOCK_LOCATION_APP_OPS); in getCurrentMockLocationApp()
/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/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java168 private static final int[] MOCK_LOCATION_APP_OPS = new int[] {AppOpsManager.OP_MOCK_LOCATION}; field in DevelopmentFragment
772 appOpsManager.getPackagesForOps(MOCK_LOCATION_APP_OPS); in writeMockLocation()
840 appOpsManager.getPackagesForOps(MOCK_LOCATION_APP_OPS); in updateMockLocation()