Searched refs:showSystemAlertWindow (Results 1 – 5 of 5) sorted by relevance
23 void showSystemAlertWindow(String windowName, float opacity); in showSystemAlertWindow() method
28 public void showSystemAlertWindow() { in showSystemAlertWindow() method in AlertWindowsAppOpsTestsActivity
103 getInstrumentation().runOnMainSync(activity::showSystemAlertWindow); in testSystemAlertWindowAppOpsInitiallyAllowed()137 getInstrumentation().runOnMainSync(activity::showSystemAlertWindow); in testSystemAlertWindowAppOpsInitiallyAllowed()
1053 getService(packageName).showSystemAlertWindow(name, opacity); in addSawOverlay()
91 public void showSystemAlertWindow(String name, float opacity) { in showSystemAlertWindow() method in UntrustedTouchTestService.Binder