Searched refs:setSystemExpanded (Results 1 – 5 of 5) sorted by relevance
89 verify(controller1).setSystemExpanded(eq(true))91 verify(controller2).setSystemExpanded(eq(false))100 verify(controller1).setSystemExpanded(eq(false))102 verify(controller2).setSystemExpanded(eq(false))
29 fun setSystemExpanded(systemExpanded: Boolean) regex
65 controller.setSystemExpanded(mAlwaysExpandNonGroupedNotification || entry == entryToExpand)
433 public void setSystemExpanded(boolean systemExpanded) { in setSystemExpanded() method in ExpandableNotificationRowController434 mView.setSystemExpanded(systemExpanded); in setSystemExpanded()
2535 public void setSystemExpanded(boolean expand) {