Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DMockLocationAppPreferenceController.java47 private static final int[] MOCK_LOCATION_APP_OPS = new int[]{AppOpsManager.OP_MOCK_LOCATION}; field in MockLocationAppPreferenceController
160 MOCK_LOCATION_APP_OPS); in removeAllMockLocations()
186 MOCK_LOCATION_APP_OPS); in getCurrentMockLocationApp()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java183 private static final int[] MOCK_LOCATION_APP_OPS = new int[]{AppOpsManager.OP_MOCK_LOCATION}; field in DevelopmentFragment
814 appOpsManager.getPackagesForOps(MOCK_LOCATION_APP_OPS); in writeMockLocation()
882 appOpsManager.getPackagesForOps(MOCK_LOCATION_APP_OPS); in updateMockLocation()