HomeSort by relevance Sort by last modified time
    Searched refs:updateNotification (Results 1 - 25 of 37) sorted by null

1 2

  /packages/apps/DeskClock/src/com/android/deskclock/data/
DataModel.java 143 mTimerModel.updateNotification();
144 mStopwatchModel.updateNotification();
160 mTimerModel.updateNotification();
161 mStopwatchModel.updateNotification();
404 mTimerModel.updateNotification();
TimerModel.java 207 updateNotification();
243 updateNotification();
260 updateNotification();
278 updateNotification();
298 updateNotification();
316 updateNotification();
334 updateNotification();
588 void updateNotification() {
716 final Intent updateNotification = TimerService.createUpdateNotificationIntent(mContext);
719 final PendingIntent pi = PendingIntent.getService(mContext, 0, updateNotification,
    [all...]
StopwatchModel.java 98 updateNotification();
134 updateNotification();
194 void updateNotification() {
337 updateNotification();
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 62 private void updateNotification(int presetIndex) {
72 updateNotification((Integer) v.itemView.getTag());
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 62 private void updateNotification(int presetIndex) {
72 updateNotification((Integer) v.itemView.getTag());
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
MainActivity.java 62 private void updateNotification(int presetIndex) {
72 updateNotification((Integer) v.itemView.getTag());
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestCallActivity.java 71 CallServiceNotifier.getInstance().updateNotification(this);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 120 private void updateNotification() {
121 if (DEBUG) Slog.d(TAG, "updateNotification mWarning=" + mWarning + " mPlaySound="
207 updateNotification();
219 updateNotification();
233 updateNotification();
275 updateNotification();
281 updateNotification();
286 updateNotification();
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
NotificationHelper.java 94 updateNotification();
105 updateNotification();
133 updateNotification();
140 updateNotification();
146 private void updateNotification() {
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
InCallPresenterTest.java 91 verify(mStatusBarNotifier).updateNotification(InCallState.INCOMING,
195 verify(mStatusBarNotifier, never()).updateNotification(Mockito.any(InCallState.class),
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 80 public static void updateNotification(Context context, String notificationText) {
FindPhoneService.java 97 FindPhoneActivity.updateNotification(this, notificationText);
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 80 public static void updateNotification(Context context, String notificationText) {
FindPhoneService.java 97 FindPhoneActivity.updateNotification(this, notificationText);
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
FindPhoneActivity.java 80 public static void updateNotification(Context context, String notificationText) {
FindPhoneService.java 97 FindPhoneActivity.updateNotification(this, notificationText);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptingLayerService.java 124 private void updateNotification(String tickerText) {
210 updateNotification(errmsg);
212 updateNotification("Action not implemented: " + intent.getAction());
290 updateNotification(process.getName() + " started.");
301 updateNotification(process.getName() + " exited.");
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsService.java 132 DefaultVoicemailNotifier.getInstance(this).updateNotification(voicemailUri);
DefaultVoicemailNotifier.java 90 public void updateNotification(Uri newCallUri) {
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamReceiveService.java 138 mTransferManager.updateNotification();
BeamSendService.java 156 mTransferManager.updateNotification();
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 510 updateNotification(mSongTitle + " (playing)");
515 void updateNotification(String text) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 313 mNotifier.updateNotification();
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java 156 AlarmNotifications.updateNotification(this, mCurrentAlarm);
AlarmUpdateHandler.java 131 AlarmNotifications.updateNotification(mAppContext, newInstance);

Completed in 1492 milliseconds

1 2