Searched refs:setNotification (Results 1 – 4 of 4) sorted by relevance
2768 setNotification(mRejectCode == 0 ? CS_REJECT_CAUSE_DISABLED : CS_REJECT_CAUSE_ENABLED); in pollStateDone()3327 setNotification(PS_ENABLED); in onRestrictedStateChanged()3330 setNotification(PS_DISABLED); in onRestrictedStateChanged()3341 setNotification(CS_DISABLED); in onRestrictedStateChanged()3344 setNotification(CS_EMERGENCY_ENABLED); in onRestrictedStateChanged()3347 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()3353 setNotification(CS_DISABLED); in onRestrictedStateChanged()3356 setNotification(CS_ENABLED); in onRestrictedStateChanged()3359 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()3365 setNotification(CS_DISABLED); in onRestrictedStateChanged()[all …]
202 icon.setNotification(sbn); in updateIcons()203 expandedIcon.setNotification(sbn); in updateIcons()
149 setNotification(sbn); in StatusBarIconView()215 public void setNotification(StatusBarNotification notification) { in setNotification() method in StatusBarIconView
965 verify(serviceStateTracker, times(times)).setNotification(intArgumentCaptor.capture()); in internalCheckForRestrictedStateChange()