Home
last modified time | relevance | path

Searched refs:updateNotification (Results 1 – 14 of 14) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java84 updateNotification(
116 updateNotification(newState, callList); in onStateChange()
140 public void updateNotification(InCallState state, CallList callList) { in updateNotification() method in StatusBarNotifier
DInCallPresenter.java604 mStatusBarNotifier.updateNotification(mInCallState, mCallList); in onUiShowing()
922 mStatusBarNotifier.updateNotification(inCallState, mCallList); in startUi()
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverTransfer.java268 void updateNotification() { in updateNotification() method in HandoverTransfer
343 updateNotification(); in updateStateAndNotification()
DHandoverService.java339 transfer.updateNotification(); in createHandoverTransfer()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackService.java210 updateNotification();
1176 updateNotification(); in play()
1190 private void updateNotification() { in updateNotification() method in MediaPlaybackService
/packages/apps/Dialer/src/com/android/dialer/calllog/
DVoicemailNotifier.java34 public void updateNotification(Uri newCallUri); in updateNotification() method
DCallLogNotificationsService.java81 DefaultVoicemailNotifier.getInstance(this).updateNotification(voicemailUri); in onHandleIntent()
DDefaultVoicemailNotifier.java88 public void updateNotification(Uri newCallUri) { in updateNotification() method in DefaultVoicemailNotifier
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
DTestCallActivity.java56 CallServiceNotifier.getInstance().updateNotification(this); in onCreate()
DCallServiceNotifier.java77 public void updateNotification(Context context) { in updateNotification() method in CallServiceNotifier
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java159 mNotifier.updateNotification(); in onCreate()
552 mNotifier.updateNotification(); in run()
DBluetoothOppTransferHistory.java313 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
DBluetoothOppNotification.java143 public void updateNotification() { in updateNotification() method in BluetoothOppNotification
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java297 updateNotification(context, newMsgThreadId != THREAD_NONE, threads.size(), in blockingUpdateNewMessageIndicator()
826 private static void updateNotification( in updateNotification() method in MessagingNotification