Searched refs:getOps (Results 1 – 14 of 14) sorted by relevance
158 List<AppOpsManager.OpEntry> opEntries = packageOp.getOps(); in isCameraOn()
378 List<OpEntry> opEntries = ops.get(i).getOps(); in testUidStateInitializationDoesntClearState()401 for (OpEntry opEntry : pkgOps.getOps()) { in assertContainsOp()
205 List<AppOpsManager.OpEntry> entries = ops.getOps(); in getAccessFromOps()
169 List<AppOpsManager.OpEntry> entries = ops.getOps(); in getRequestFromOps()
259 when(packageOps.getOps()).thenReturn(List.of(entry1, entry2, entry3)); in startListening_fetchesCurrentActive_multipleEntries()298 when(packageOps.getOps()).thenReturn(List.of(entry)); in startListening_fetchesCurrentActive_multipleAttributes()887 when(packageOps.getOps()).thenReturn(Collections.singletonList(entry)); in createPackageOp()
480 int numOpEntries = pkgOps.getOps().size(); in getOpUsages()482 AppOpsManager.OpEntry opEntry = pkgOps.getOps().get(opEntryNum); in getOpUsages()
188 for (AppOpsManager.OpEntry entry : op.getOps()) { in fetchCurrentActiveOps()
600 final List<AppOpsManager.OpEntry> entries = ops.get(i).getOps(); in refreshForcedAppStandbyUidPackagesLocked()
4322 List<AppOpsManager.OpEntry> ops = pkg.getOps(); in writeRecentAccesses()4726 List<AppOpsManager.OpEntry> entries = packageOps.getOps(); in onShellCommand()4798 final List<AppOpsManager.OpEntry> entries = ops.get(i).getOps(); in onShellCommand()5688 final List<OpEntry> opEntries = packageOps.get(0).getOps();
3124 public @NonNull List<OpEntry> getOps() { in getOps() method in AppOpsManager.PackageOps
1366 if (pkgOps.getOps().size() != 1) { in clearUserConfiguredVpns()1370 final @Mode int mode = pkgOps.getOps().get(0).getMode(); in clearUserConfiguredVpns()
830 method @NonNull public java.util.List<android.app.AppOpsManager.OpEntry> getOps();
1114 HSPLandroid/app/AppOpsManager$PackageOps;->getOps()Ljava/util/List;