Home
last modified time | relevance | path

Searched refs:setNotification (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2840 setNotification(CS_REJECT_CAUSE_ENABLED); in pollStateDone()
3421 setNotification(PS_ENABLED); in onRestrictedStateChanged()
3424 setNotification(PS_DISABLED); in onRestrictedStateChanged()
3435 setNotification(CS_DISABLED); in onRestrictedStateChanged()
3438 setNotification(CS_EMERGENCY_ENABLED); in onRestrictedStateChanged()
3441 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3447 setNotification(CS_DISABLED); in onRestrictedStateChanged()
3450 setNotification(CS_ENABLED); in onRestrictedStateChanged()
3453 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3459 setNotification(CS_DISABLED); in onRestrictedStateChanged()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java203 icon.setNotification(sbn); in updateIcons()
204 expandedIcon.setNotification(sbn); in updateIcons()
DStatusBarIconView.java162 setNotification(sbn); in StatusBarIconView()
228 public void setNotification(StatusBarNotification notification) { in setNotification() method in StatusBarIconView
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java972 verify(serviceStateTracker, times(times)).setNotification(intArgumentCaptor.capture()); in internalCheckForRestrictedStateChange()