Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java71 setNotification(notification); in StatusBarIconView()
105 public void setNotification(Notification notification) { in setNotification() method in StatusBarIconView
DBaseStatusBar.java2381 entry.icon.setNotification(n);
2405 entry.icon.setNotification(n);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3533 setNotification(PS_ENABLED); in onRestrictedStateChanged()
3536 setNotification(PS_DISABLED); in onRestrictedStateChanged()
3547 setNotification(CS_DISABLED); in onRestrictedStateChanged()
3550 setNotification(CS_EMERGENCY_ENABLED); in onRestrictedStateChanged()
3553 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3559 setNotification(CS_DISABLED); in onRestrictedStateChanged()
3562 setNotification(CS_ENABLED); in onRestrictedStateChanged()
3565 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3571 setNotification(CS_DISABLED); in onRestrictedStateChanged()
3574 setNotification(CS_ENABLED); in onRestrictedStateChanged()
[all …]