Searched refs:getOps (Results 1 – 15 of 15) sorted by relevance
142 packageOps.getOps().stream() in noteProxyOpWithDeviceId()
242 List<AppOpsManager.OpEntry> opEntries = packageOp.getOps(); in isCameraOn()
169 List<AppOpsManager.OpEntry> entries = ops.getOps(); in getRequestFromOps()
453 List<OpEntry> opEntries = ops.get(i).getOps(); in testUidStateInitializationDoesntClearState()476 for (OpEntry opEntry : pkgOps.getOps()) { in assertContainsOp()
229 List<AppOpsManager.OpEntry> entries = ops.getOps(); in getAccessFromOps()
282 when(packageOps.getOps()).thenReturn(List.of(entry1, entry2, entry3)); in startListening_fetchesCurrentActive_multipleEntries()322 when(packageOps.getOps()).thenReturn(List.of(entry)); in startListening_fetchesCurrentActive_multipleAttributes()1040 when(packageOps.getOps()).thenReturn(Collections.singletonList(entry)); in createPackageOp()
518 int numOpEntries = pkgOps.getOps().size(); in getOpUsagesByDevice()520 AppOpsManager.OpEntry opEntry = pkgOps.getOps().get(opEntryNum); in getOpUsagesByDevice()
236 for (AppOpsManager.OpEntry entry : op.getOps()) { in fetchCurrentActiveOps()
600 final List<AppOpsManager.OpEntry> entries = ops.get(i).getOps(); in refreshForcedAppStandbyUidPackagesLocked()
5145 List<AppOpsManager.OpEntry> ops = pkg.getOps(); in writeRecentAccesses()5549 List<AppOpsManager.OpEntry> entries = packageOps.getOps(); in onShellCommand()5621 final List<AppOpsManager.OpEntry> entries = ops.get(i).getOps(); in onShellCommand()6596 final List<OpEntry> opEntries = packageOps.get(0).getOps();
3439 public @NonNull List<OpEntry> getOps() { in getOps() method in AppOpsManager.PackageOps
1379 if (pkgOps.getOps().size() != 1) { in clearUserConfiguredVpns()1383 final @Mode int mode = pkgOps.getOps().get(0).getMode(); in clearUserConfiguredVpns()
884 method @NonNull public java.util.List<android.app.AppOpsManager.OpEntry> getOps();
1093 HSPLandroid/app/AppOpsManager$PackageOps;->getOps()Ljava/util/List;