Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.java226 updateNotification(); in addTimer()
262 updateNotification(); in updateTimer()
282 updateNotification(); in removeTimer()
306 updateNotification(); in resetTimer()
322 updateNotification(); in updateTimersAfterReboot()
337 updateNotification(); in updateTimersAfterTimeSet()
390 updateNotification(); in resetUnexpiredTimers()
726 void updateNotification() { in updateNotification() method in TimerModel
814 updateNotification(); in onReceive()
DStopwatchModel.java111 updateNotification(); in setStopwatch()
157 updateNotification(); in addLap()
223 void updateNotification() { in updateNotification() method in StopwatchModel
252 updateNotification(); in onReceive()
DDataModel.java297 mTimerModel.updateNotification(); in setApplicationInForeground()
299 mStopwatchModel.updateNotification(); in setApplicationInForeground()
318 mTimerModel.updateNotification(); in updateAllNotifications()
320 mStopwatchModel.updateNotification(); in updateAllNotifications()
619 mTimerModel.updateNotification(); in updateTimerNotification()
DTimerNotificationBuilder.java188 final Intent updateNotification = TimerService.createUpdateNotificationIntent(context); in build() local
193 PendingIntent.getService(context, REQUEST_CODE_UPCOMING, updateNotification, in build()
201 final PendingIntent pi = PendingIntent.getService(context, 0, updateNotification, in build()
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java187 updateNotification(callList); in onStateChange()
193 updateNotification(CallList.getInstance()); in onEnrichedCallStateChanged()
214 public void updateNotification(CallList callList) { in updateNotification() method in StatusBarNotifier
1017 updateNotification(CallList.getInstance()); in onDialerCallSessionModificationStateChange()
DInCallPresenter.java978 mStatusBarNotifier.updateNotification(mCallList); in onUiShowing()
1028 mStatusBarNotifier.updateNotification(mCallList); in onActivityStarted()
1323 mStatusBarNotifier.updateNotification(mCallList); in startOrFinishUi()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DDefaultVoicemailNotifier.java106 updateNotification(); in doInBackground()
120 void updateNotification() { in updateNotification() method in DefaultVoicemailNotifier
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java304 void updateNotification() { in updateNotification() method in BeamTransferManager
380 updateNotification(); in updateStateAndNotification()
DBeamReceiveService.java125 mTransferManager.updateNotification(); in prepareToReceive()
DBeamSendService.java144 mTransferManager.updateNotification(); in createBeamTransferManager()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallActivity.java82 CallServiceNotifier.getInstance().updateNotification(this); in onCreate()
DCallServiceNotifier.java80 public void updateNotification(Context context) { in updateNotification() method in CallServiceNotifier
/packages/apps/Music/src/com/android/music/
DMediaPlaybackService.java208 updateNotification();
1165 updateNotification(); in play()
1179 private void updateNotification() { in updateNotification() method in MediaPlaybackService
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmUpdateHandler.java130 AlarmNotifications.updateNotification(mAppContext, newInstance); in asyncUpdateAlarm()
DAlarmNotifications.java453 static void updateNotification(Context context, AlarmInstance instance) { in updateNotification() method in AlarmNotifications
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistory.java317 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
DBluetoothOppService.java171 mNotifier.updateNotification(); in create()
598 mNotifier.updateNotification(); in run()
DBluetoothOppNotification.java159 public void updateNotification() { in updateNotification() method in BluetoothOppNotification