Searched refs:removeModernMobileView (Results 1 – 3 of 3) sorted by relevance
481 verify(mShadeCarrier1, times(1)).removeModernMobileView(); in testUpdateModernMobileIcons_addSubscription()507 verify(mShadeCarrier1, times(1)).removeModernMobileView(); in testUpdateModernMobileIcons_removeSubscription()508 verify(mShadeCarrier2, times(1)).removeModernMobileView(); in testUpdateModernMobileIcons_removeSubscription()535 verify(mShadeCarrier1).removeModernMobileView(); in testUpdateModernMobileIcons_removeSubscriptionOutOfOrder()536 verify(mShadeCarrier2).removeModernMobileView(); in testUpdateModernMobileIcons_removeSubscriptionOutOfOrder()537 verify(mShadeCarrier3).removeModernMobileView(); in testUpdateModernMobileIcons_removeSubscriptionOutOfOrder()
83 public void removeModernMobileView() { in removeModernMobileView() method in ShadeCarrier
236 carrier.removeModernMobileView(); in updateModernMobileIcons()