Searched defs:updateNotification (Results 1 - 9 of 9) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.java243 public static void updateNotification(Context context, AlarmInstance instance) { method in class:AlarmNotifications
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DDefaultVoicemailNotifier.java90 public void updateNotification(Uri newCallUri) { method in class:DefaultVoicemailNotifier
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DStopwatchModel.java98 updateNotification();
134 updateNotification();
194 void updateNotification() { method in class:StopwatchModel
337 updateNotification();
H A DTimerModel.java207 updateNotification();
243 updateNotification();
260 updateNotification();
278 updateNotification();
298 updateNotification();
316 updateNotification();
334 updateNotification();
588 void updateNotification() { method in class:TimerModel
716 final Intent updateNotification = TimerService.createUpdateNotificationIntent(mContext);
719 final PendingIntent pi = PendingIntent.getService(mContext, 0, updateNotification,
[all...]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DCallServiceNotifier.java80 public void updateNotification(Context context) { method in class:CallServiceNotifier
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java145 public void updateNotification() { method in class:BluetoothOppNotification
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DStatusBarNotifier.java116 updateNotification(newState, callList);
140 public void updateNotification(InCallState state, CallList callList) { method in class:StatusBarNotifier
176 * updateNotification(): Update the phone app's
755 updateNotification(mInCallState, CallList.getInstance());
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DBeamTransferManager.java291 void updateNotification() { method in class:BeamTransferManager
366 updateNotification();
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java210 updateNotification();
1176 updateNotification();
1190 private void updateNotification() { method in class:MediaPlaybackService

Completed in 2115 milliseconds