HomeSort by relevance Sort by last modified time
    Searched refs:THROTTLE_ACTION (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/net/
ThrottleManager.java 69 public static final String THROTTLE_ACTION = "android.net.thrott.THROTTLE_ACTION";
  /packages/apps/Phone/src/com/android/phone/
DataUsageListener.java 87 mFilter.addAction(ThrottleManager.THROTTLE_ACTION);
101 } else if (ThrottleManager.THROTTLE_ACTION.equals(action)) {
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 620 Intent broadcast = new Intent(ThrottleManager.THROTTLE_ACTION);
699 Intent broadcast = new Intent(ThrottleManager.THROTTLE_ACTION);
    [all...]

Completed in 856 milliseconds