Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaa8b1a7 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 57e60854: am 22b3644a: Update the datause icons.

Merge commit '57e60854' into kraken

* commit '57e60854':
  Update the datause icons.
parents c059f342 57e60854
Loading
Loading
Loading
Loading
−2.58 KiB
Loading image diff...
−1.29 KiB (1.16 KiB)
Loading image diff...
−1.63 KiB
Loading image diff...
−749 B (770 B)
Loading image diff...
+4 −5
Original line number Diff line number Diff line
@@ -425,7 +425,7 @@ public class ThrottleService extends IThrottleManager.Stub {
                    }

                    mNotificationManager.cancel(com.android.internal.R.drawable.
                            stat_sys_throttle_warning);
                            stat_sys_throttled);

                    postNotification(com.android.internal.R.string.throttled_notification_title,
                            com.android.internal.R.string.throttled_notification_message,
@@ -460,18 +460,18 @@ public class ThrottleService extends IThrottleManager.Stub {
                        if (mWarningNotificationSent == false) {
                            mWarningNotificationSent = true;
                            mNotificationManager.cancel(com.android.internal.R.drawable.
                                    stat_sys_throttle_warning);
                                    stat_sys_throttled);
                            postNotification(com.android.internal.R.string.
                                    throttle_warning_notification_title,
                                    com.android.internal.R.string.
                                    throttle_warning_notification_message,
                                    com.android.internal.R.drawable.stat_sys_throttle_warning,
                                    com.android.internal.R.drawable.stat_sys_throttled,
                                    0);
                        }
                    } else {
                        if (mWarningNotificationSent == true) {
                            mNotificationManager.cancel(com.android.internal.R.drawable.
                                    stat_sys_throttle_warning);
                                    stat_sys_throttled);
                            mWarningNotificationSent =false;
                        }
                    }
@@ -519,7 +519,6 @@ public class ThrottleService extends IThrottleManager.Stub {
                broadcast.putExtra(ThrottleManager.EXTRA_THROTTLE_LEVEL, -1);
                mContext.sendStickyBroadcast(broadcast);
            }
            mNotificationManager.cancel(com.android.internal.R.drawable.stat_sys_throttle_warning);
            mNotificationManager.cancel(com.android.internal.R.drawable.stat_sys_throttled);
            mWarningNotificationSent = false;
        }