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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java60 setNotification(notification);
75 public void setNotification(Notification notification) { method in class:StatusBarIconView
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1293 setNotification(PS_ENABLED);
1296 setNotification(PS_DISABLED);
1307 setNotification(CS_DISABLED);
1310 setNotification(CS_EMERGENCY_ENABLED);
1313 setNotification(CS_NORMAL_ENABLED);
1319 setNotification(CS_DISABLED);
1322 setNotification(CS_ENABLED);
1325 setNotification(CS_NORMAL_ENABLED);
1331 setNotification(CS_DISABLED);
1334 setNotification(CS_ENABLE
1824 private void setNotification(int notifyType) { method in class:GsmServiceStateTracker
[all...]

Completed in 118 milliseconds