Searched refs:setSystemExpanded (Results 1 – 6 of 6) 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
77 controller.setSystemExpanded( in <lambda>()
523 public void setSystemExpanded(boolean systemExpanded) { in setSystemExpanded() method in ExpandableNotificationRowController524 mView.setSystemExpanded(systemExpanded); in setSystemExpanded()
3172 public void setSystemExpanded(boolean expand) { in setSystemExpanded() method in ExpandableNotificationRow
908 row.setSystemExpanded(true); in isExpanded_systemExpanded_expanded()930 row.setSystemExpanded(true); in isExpanded_userExpanded_expanded()942 row.setSystemExpanded(true); in isExpanded_userExpandedFalse_notExpanded()