Searched refs:AppOpsSession (Results 1 – 1 of 1) sorted by relevance
731 try (final AppOpsSession appOpsSession = new AppOpsSession(PIP_ACTIVITY)) { in testAppOpsDenyPipOnPause()1494 private static class AppOpsSession implements AutoCloseable { class in PinnedStackTests1498 AppOpsSession(ComponentName activityName) { in AppOpsSession() method in PinnedStackTests.AppOpsSession