Searched refs:setSystemExpanded (Results 1 – 5 of 5) sorted by relevance
89 verify(controller1).setSystemExpanded(eq(true)) in testSetSystemExpandedOnlyOnFirst()91 verify(controller2).setSystemExpanded(eq(false)) in testSetSystemExpandedOnlyOnFirst()100 verify(controller1).setSystemExpanded(eq(false)) in testSetSystemExpandedNeverIfMinimized()102 verify(controller2).setSystemExpanded(eq(false)) in testSetSystemExpandedNeverIfMinimized()
29 fun setSystemExpanded(systemExpanded: Boolean) method
74 controller.setSystemExpanded(mAlwaysExpandNonGroupedNotification || in <lambda>()
434 public void setSystemExpanded(boolean systemExpanded) { in setSystemExpanded() method in ExpandableNotificationRowController435 mView.setSystemExpanded(systemExpanded); in setSystemExpanded()
2683 public void setSystemExpanded(boolean expand) {