Searched refs:showSystemAlertWindow (Results 1 – 5 of 5) sorted by relevance
23 void showSystemAlertWindow(String windowName, float opacity, int viewX, int viewY); in showSystemAlertWindow() method
28 public void showSystemAlertWindow() { in showSystemAlertWindow() method in AlertWindowsAppOpsTestsActivity
112 getInstrumentation().runOnMainSync(activity::showSystemAlertWindow); in testSystemAlertWindowAppOpsInitiallyAllowed()146 getInstrumentation().runOnMainSync(activity::showSystemAlertWindow); in testSystemAlertWindowAppOpsInitiallyAllowed()
91 public void showSystemAlertWindow(String name, float opacity, int viewX, int viewY) { in showSystemAlertWindow() method in UntrustedTouchTestService.Binder
1005 getService(packageName).showSystemAlertWindow(name, opacity, viewXY[0], viewXY[1]); in addSawOverlay()