Searched defs:updateNotification (Results 1 - 8 of 8) 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/services/Telecomm/tests/src/com/android/server/telecom/testapps/
H A DCallServiceNotifier.java77 public void updateNotification(Context context) { method in class:CallServiceNotifier
/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.java84 updateNotification(
116 updateNotification(newState, callList);
140 public void updateNotification(InCallState state, CallList callList) { method in class:StatusBarNotifier
165 * updateNotification(): Update the phone app's
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverTransfer.java268 void updateNotification() { method in class:HandoverTransfer
343 updateNotification();
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java297 updateNotification(context, newMsgThreadId != THREAD_NONE, threads.size(),
819 * updateNotification is *the* main function for building the actual notification handed to
826 private static void updateNotification( method in class:MessagingNotification
834 Log.d(TAG, "updateNotification: notifications turned off in prefs, bailing");
951 Log.d(TAG, "updateNotification: new message, adding sound to the notification");
985 Log.d(TAG, "updateNotification: single message notification");
1018 Log.d(TAG, "updateNotification: multi messages for single thread");
1058 Log.d(TAG, "updateNotification: multi messages," +
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java210 updateNotification();
1176 updateNotification();
1190 private void updateNotification() { method in class:MediaPlaybackService

Completed in 262 milliseconds