Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1371 verify(serviceStateTracker, times(times)).setNotification(intArgumentCaptor.capture()); in internalCheckForRestrictedStateChange()
1405 sst.setNotification(ServiceStateTracker.PS_ENABLED); in testSetPsNotifications()
1414 sst.setNotification(ServiceStateTracker.PS_DISABLED); in testSetPsNotifications()
1438 sst.setNotification(ServiceStateTracker.CS_ENABLED); in testSetCsNotifications()
1447 sst.setNotification(ServiceStateTracker.CS_DISABLED); in testSetCsNotifications()
1470 sst.setNotification(ServiceStateTracker.CS_NORMAL_ENABLED); in testSetCsNormalNotifications()
1479 sst.setNotification(ServiceStateTracker.CS_DISABLED); in testSetCsNormalNotifications()
1503 sst.setNotification(ServiceStateTracker.CS_EMERGENCY_ENABLED); in testSetCsEmergencyNotifications()
1512 sst.setNotification(ServiceStateTracker.CS_DISABLED); in testSetCsEmergencyNotifications()
1514 sst.setNotification(ServiceStateTracker.CS_REJECT_CAUSE_ENABLED); in testSetCsEmergencyNotifications()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java418 icon.setNotification(sbn); in updateIcons()
419 expandedIcon.setNotification(sbn); in updateIcons()
425 centeredIcon.setNotification(sbn); in updateIcons()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3260 setNotification(CS_REJECT_CAUSE_ENABLED); in pollStateDone()
3821 setNotification(PS_ENABLED); in onRestrictedStateChanged()
3824 setNotification(PS_DISABLED); in onRestrictedStateChanged()
3835 setNotification(CS_DISABLED); in onRestrictedStateChanged()
3838 setNotification(CS_EMERGENCY_ENABLED); in onRestrictedStateChanged()
3841 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3847 setNotification(CS_DISABLED); in onRestrictedStateChanged()
3850 setNotification(CS_ENABLED); in onRestrictedStateChanged()
3853 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3859 setNotification(CS_DISABLED); in onRestrictedStateChanged()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java176 setNotification(sbn); in StatusBarIconView()
273 public void setNotification(StatusBarNotification notification) { in setNotification() method in StatusBarIconView