/packages/apps/InCallUI/src/com/android/incallui/ |
D | StatusBarNotifier.java | 88 updateNotification( 120 updateNotification(newState, callList); in onStateChange() 144 public void updateNotification(InCallState state, CallList callList) { in updateNotification() method in StatusBarNotifier
|
D | InCallPresenter.java | 695 mStatusBarNotifier.updateNotification(mInCallState, mCallList); in onUiShowing() 1075 mStatusBarNotifier.updateNotification(inCallState, mCallList); in startUi()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamTransferManager.java | 290 void updateNotification() { in updateNotification() method in BeamTransferManager 365 updateNotification(); in updateStateAndNotification()
|
D | BeamReceiveService.java | 138 mTransferManager.updateNotification(); in prepareToReceive()
|
D | BeamSendService.java | 156 mTransferManager.updateNotification(); in createBeamTransferManager()
|
/packages/apps/Music/src/com/android/music/ |
D | MediaPlaybackService.java | 210 updateNotification(); 1176 updateNotification(); in play() 1190 private void updateNotification() { in updateNotification() method in MediaPlaybackService
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | VoicemailNotifier.java | 34 public void updateNotification(Uri newCallUri); in updateNotification() method
|
D | CallLogNotificationsService.java | 81 DefaultVoicemailNotifier.getInstance(this).updateNotification(voicemailUri); in onHandleIntent()
|
D | DefaultVoicemailNotifier.java | 90 public void updateNotification(Uri newCallUri) { in updateNotification() method in DefaultVoicemailNotifier
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/ |
D | TestCallActivity.java | 56 CallServiceNotifier.getInstance().updateNotification(this); in onCreate()
|
D | CallServiceNotifier.java | 80 public void updateNotification(Context context) { in updateNotification() method in CallServiceNotifier
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppService.java | 159 mNotifier.updateNotification(); in onCreate() 552 mNotifier.updateNotification(); in run()
|
D | BluetoothOppTransferHistory.java | 313 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
|
D | BluetoothOppNotification.java | 143 public void updateNotification() { in updateNotification() method in BluetoothOppNotification
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | MessagingNotification.java | 297 updateNotification(context, newMsgThreadId != THREAD_NONE, threads.size(), in blockingUpdateNewMessageIndicator() 826 private static void updateNotification( in updateNotification() method in MessagingNotification
|