Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/
DIUntrustedTouchTestService.aidl23 void showSystemAlertWindow(String windowName, float opacity); in showSystemAlertWindow() method
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAlertWindowsAppOpsTestsActivity.java28 public void showSystemAlertWindow() { in showSystemAlertWindow() method in AlertWindowsAppOpsTestsActivity
DAlertWindowsAppOpsTests.java103 getInstrumentation().runOnMainSync(activity::showSystemAlertWindow); in testSystemAlertWindowAppOpsInitiallyAllowed()
137 getInstrumentation().runOnMainSync(activity::showSystemAlertWindow); in testSystemAlertWindowAppOpsInitiallyAllowed()
DWindowUntrustedTouchTest.java1053 getService(packageName).showSystemAlertWindow(name, opacity); in addSawOverlay()
/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DUntrustedTouchTestService.java91 public void showSystemAlertWindow(String name, float opacity) { in showSystemAlertWindow() method in UntrustedTouchTestService.Binder