Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java403 icon.setNotification(sbn); in updateIcons()
404 expandedIcon.setNotification(sbn); in updateIcons()
405 aodIcon.setNotification(sbn); in updateIcons()
411 centeredIcon.setNotification(sbn); in updateIcons()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1559 verify(serviceStateTracker, times(times)).setNotification(intArgumentCaptor.capture()); in internalCheckForRestrictedStateChange()
1593 sst.setNotification(ServiceStateTracker.PS_ENABLED); in testSetPsNotifications()
1602 sst.setNotification(ServiceStateTracker.PS_DISABLED); in testSetPsNotifications()
1626 sst.setNotification(ServiceStateTracker.CS_ENABLED); in testSetCsNotifications()
1635 sst.setNotification(ServiceStateTracker.CS_DISABLED); in testSetCsNotifications()
1658 sst.setNotification(ServiceStateTracker.CS_NORMAL_ENABLED); in testSetCsNormalNotifications()
1667 sst.setNotification(ServiceStateTracker.CS_DISABLED); in testSetCsNormalNotifications()
1691 sst.setNotification(ServiceStateTracker.CS_EMERGENCY_ENABLED); in testSetCsEmergencyNotifications()
1700 sst.setNotification(ServiceStateTracker.CS_DISABLED); in testSetCsEmergencyNotifications()
1702 sst.setNotification(ServiceStateTracker.CS_REJECT_CAUSE_ENABLED); in testSetCsEmergencyNotifications()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3445 setNotification(CS_REJECT_CAUSE_ENABLED); in pollStateDone()
4023 setNotification(PS_ENABLED); in onRestrictedStateChanged()
4026 setNotification(PS_DISABLED); in onRestrictedStateChanged()
4037 setNotification(CS_DISABLED); in onRestrictedStateChanged()
4040 setNotification(CS_EMERGENCY_ENABLED); in onRestrictedStateChanged()
4043 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
4049 setNotification(CS_DISABLED); in onRestrictedStateChanged()
4052 setNotification(CS_ENABLED); in onRestrictedStateChanged()
4055 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
4061 setNotification(CS_DISABLED); in onRestrictedStateChanged()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java177 setNotification(sbn); in StatusBarIconView()
272 public void setNotification(StatusBarNotification notification) { in setNotification() method in StatusBarIconView