Searched refs:mThrottlingNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java119 private Notification mThrottlingNotification; field in class:ThrottleService
679 if (mThrottlingNotification == null) {
680 mThrottlingNotification = new Notification();
681 mThrottlingNotification.when = 0;
683 mThrottlingNotification.icon = icon;
684 mThrottlingNotification.defaults &= ~Notification.DEFAULT_SOUND;
686 mThrottlingNotification.flags = flags;
687 mThrottlingNotification.tickerText = title;
688 mThrottlingNotification.setLatestEventInfo(mContext, title, message, pi);
690 mNotificationManager.notifyAsUser(null, mThrottlingNotification
[all...]

Completed in 82 milliseconds