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

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DVoicemailNotifier.java34 public void updateNotification(Uri newCallUri); method in interface:VoicemailNotifier
H A DDefaultVoicemailNotifier.java88 public void updateNotification(Uri newCallUri) { method in class:DefaultVoicemailNotifier
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java143 public void updateNotification() { method in class:BluetoothOppNotification
/packages/apps/InCallUI/src/com/android/incallui/
H A DStatusBarNotifier.java83 updateNotification(
115 updateNotification(state, callList);
126 public void updateNotification(InCallState state, CallList callList) { method in class:StatusBarNotifier
127 Log.d(this, "updateNotification");
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverTransfer.java229 void updateNotification() { method in class:HandoverTransfer
301 updateNotification();
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java285 updateNotification(context, newMsgThreadId != THREAD_NONE, threads.size(),
807 * updateNotification is *the* main function for building the actual notification handed to
814 private static void updateNotification( method in class:MessagingNotification
822 Log.d(TAG, "updateNotification: notifications turned off in prefs, bailing");
931 Log.d(TAG, "updateNotification: new message, adding sound to the notification");
965 Log.d(TAG, "updateNotification: single message notification");
998 Log.d(TAG, "updateNotification: multi messages for single thread");
1038 Log.d(TAG, "updateNotification: multi messages," +
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java210 updateNotification();
1174 updateNotification();
1188 private void updateNotification() { method in class:MediaPlaybackService

Completed in 204 milliseconds