Searched defs:setNotification (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java67 setNotification(notification);
82 public void setNotification(Notification notification) { method in class:StatusBarIconView
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1446 setNotification(PS_ENABLED);
1449 setNotification(PS_DISABLED);
1460 setNotification(CS_DISABLED);
1463 setNotification(CS_EMERGENCY_ENABLED);
1466 setNotification(CS_NORMAL_ENABLED);
1472 setNotification(CS_DISABLED);
1475 setNotification(CS_ENABLED);
1478 setNotification(CS_NORMAL_ENABLED);
1484 setNotification(CS_DISABLED);
1487 setNotification(CS_ENABLE
1982 private void setNotification(int notifyType) { method in class:GsmServiceStateTracker
[all...]

Completed in 85 milliseconds