Searched refs:LOCATION_OPS (Results 1 – 3 of 3) sorted by relevance
112 when(mAppOpsManager.getPackagesForOps(RecentAppOpsAccess.LOCATION_OPS)).thenReturn( in setUp()118 RecentAppOpsAccess.LOCATION_OPS); in setUp()146 when(mAppOpsManager.getPackagesForOps(RecentAppOpsAccess.LOCATION_OPS)).thenReturn( in testGetAppList_shouldNotShowAndroidOS()
47 static final int[] LOCATION_OPS = new int[]{ field in RecentAppOpsAccess94 return new RecentAppOpsAccess(context, LOCATION_OPS); in createForLocation()
134 private static final List<String> LOCATION_OPS = List.of( field in PermissionUsageHelper304 ops.addAll(LOCATION_OPS); in getOpUsageData()