Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java788 try (final AppOpsSession appOpsSession = new AppOpsSession(PIP_ACTIVITY)) { in testAppOpsDenyPipOnPause()
1655 private static class AppOpsSession implements AutoCloseable { class in PinnedStackTests
1659 AppOpsSession(ComponentName activityName) { in AppOpsSession() method in PinnedStackTests.AppOpsSession