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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java75 public boolean setNotification(NotificationData.Entry headsUp) { method in class:HeadsUpNotificationView
138 setNotification(mHeadsUp);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1212 setNotification(PS_ENABLED);
1215 setNotification(PS_DISABLED);
1226 setNotification(CS_DISABLED);
1229 setNotification(CS_EMERGENCY_ENABLED);
1232 setNotification(CS_NORMAL_ENABLED);
1238 setNotification(CS_DISABLED);
1241 setNotification(CS_ENABLED);
1244 setNotification(CS_NORMAL_ENABLED);
1250 setNotification(CS_DISABLED);
1253 setNotification(CS_ENABLE
1743 private void setNotification(int notifyType) { method in class:GsmServiceStateTracker
[all...]

Completed in 382 milliseconds