Searched refs:closeSystemWindows (Results 1 – 3 of 3) sorted by relevance
68 mActivityManagerWrapper.closeSystemWindows(SYSTEM_DIALOG_REASON_SCREENSHOT); in onReceive()
90 verify(mMockActivityManagerWrapper).closeSystemWindows(SYSTEM_DIALOG_REASON_SCREENSHOT); in testPendingIntentSentWithStatusBar()
264 public void closeSystemWindows(final String reason) { in closeSystemWindows() method in ActivityManagerWrapper