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.java2768 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java202 icon.setNotification(sbn); in updateIcons()
203 expandedIcon.setNotification(sbn); in updateIcons()
DStatusBarIconView.java149 setNotification(sbn); in StatusBarIconView()
215 public void setNotification(StatusBarNotification notification) { in setNotification() method in StatusBarIconView
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java965 verify(serviceStateTracker, times(times)).setNotification(intArgumentCaptor.capture()); in internalCheckForRestrictedStateChange()