Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java945 int ownerId2 = 21; in shouldBlockScreenCaptureForNotificationApps() local
958 .shouldBlockScreenCaptureForApp(testPackage, ownerId2, new Binder())); in shouldBlockScreenCaptureForNotificationApps()
987 int ownerId2 = 21; in shouldBlockScreenCaptureForApps() local
1004 .shouldBlockScreenCaptureForApp(testPackage, ownerId2, new Binder())); in shouldBlockScreenCaptureForApps()
1011 int ownerId2 = 21; in addBlockScreenCaptureForApps_duplicate_verifyNoRefresh() local
1027 int ownerId2 = 21; in addBlockScreenCaptureForApps_notDuplicate_verifyRefresh() local
1029 PackageInfo blockedPackage2 = new PackageInfo(testPackage, ownerId2); in addBlockScreenCaptureForApps_notDuplicate_verifyRefresh()
DWindowStateTests.java1492 int ownerId2 = 21; in testIsSecureLocked_sensitiveContentProtectionManagerEnabled() local
1494 final WindowState window2 = createWindow(null, TYPE_APPLICATION, "window2", ownerId2); in testIsSecureLocked_sensitiveContentProtectionManagerEnabled()