Searched refs:LIMIT_GLOBAL_ALERT (Results 1 – 3 of 3) sorted by relevance
74 import static com.android.server.NetworkManagementService.LIMIT_GLOBAL_ALERT;1207 if (LIMIT_GLOBAL_ALERT.equals(limitName)) {2050 mAlertObserver.limitReached(LIMIT_GLOBAL_ALERT, null /* unused */); in notifyAlertReached()
103 import static com.android.server.NetworkManagementService.LIMIT_GLOBAL_ALERT;1141 if (!LIMIT_GLOBAL_ALERT.equals(limitName)) {
146 public static final String LIMIT_GLOBAL_ALERT = "globalAlert"; field in NetworkManagementService484 mDaemonHandler.post(() -> notifyLimitReached(LIMIT_GLOBAL_ALERT, null)); in tetherLimitReached()