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

  /frameworks/base/core/java/android/net/
ThrottleManager.java 41 public static final String THROTTLE_POLL_ACTION = "android.net.thrott.POLL_ACTION";
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ThrottleServiceTest.java 317 ThrottleManager.THROTTLE_POLL_ACTION);
333 ThrottleManager.THROTTLE_POLL_ACTION);
347 ThrottleManager.THROTTLE_POLL_ACTION);
  /packages/apps/Phone/src/com/android/phone/
DataUsageListener.java 86 mFilter.addAction(ThrottleManager.THROTTLE_POLL_ACTION);
94 if (ThrottleManager.THROTTLE_POLL_ACTION.equals(action)) {
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 560 Intent broadcast = new Intent(ThrottleManager.THROTTLE_POLL_ACTION);
    [all...]

Completed in 964 milliseconds