Searched refs:notifySystemUiVisibilityChanged (Results 1 – 2 of 2) sorted by relevance
75 verify(mAutoHideController, never()).notifySystemUiVisibilityChanged(anyInt()); in testSetSystemUiVisibilityEarlyReturnWithDifferentDisplay()84 verify(mAutoHideController, never()).notifySystemUiVisibilityChanged(anyInt()); in testSetSystemUiVisibilityEarlyReturnWithSameVisibility()100 verify(mAutoHideController, times(1)).notifySystemUiVisibilityChanged(eq(expectedStatus)); in testSetSystemUiVisibilityWithoutStatusBar()117 verify(mAutoHideController).notifySystemUiVisibilityChanged(eq(expectedStatus)); in testSetSystemUiVisibilityWithVisChanged()
66 notifySystemUiVisibilityChanged(requested);126 notifySystemUiVisibilityChanged(mSystemUiVisibility); in setSystemUiVisibility()131 void notifySystemUiVisibilityChanged(int vis) { in notifySystemUiVisibilityChanged() method in AutoHideController