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

/frameworks/base/core/java/android/net/
H A DThrottleManager.java29 public class ThrottleManager class
201 private ThrottleManager() { method in class:ThrottleManager
207 public ThrottleManager(IThrottleManager service) { method in class:ThrottleManager
210 "ThrottleManager() cannot be constructed with null service");
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DThrottleServiceTest.java36 import android.net.ThrottleManager;
194 mWatchingContext.nextBroadcastIntent(ThrottleManager.POLICY_CHANGED_ACTION).get();
315 ThrottleManager.POLICY_CHANGED_ACTION);
317 ThrottleManager.THROTTLE_POLL_ACTION);
333 ThrottleManager.THROTTLE_POLL_ACTION);
347 ThrottleManager.THROTTLE_POLL_ACTION);
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java34 import android.net.ThrottleManager;
71 // TODO - add comments - reference the ThrottleManager for public API
102 private static final String ACTION_POLL = "com.android.server.ThrottleManager.action.POLL";
307 if ((period == ThrottleManager.PERIOD_CYCLE) && (mRecorder != null)) {
308 if (dir == ThrottleManager.DIRECTION_TX) return mRecorder.getPeriodTx(ago);
309 if (dir == ThrottleManager.DIRECTION_RX) return mRecorder.getPeriodRx(ago);
497 Intent broadcast = new Intent(ThrottleManager.POLICY_CHANGED_ACTION);
562 Intent broadcast = new Intent(ThrottleManager.THROTTLE_POLL_ACTION);
563 broadcast.putExtra(ThrottleManager.EXTRA_CYCLE_READ, periodRx);
564 broadcast.putExtra(ThrottleManager
[all...]
/frameworks/base/core/java/android/app/
H A DContextImpl.java68 import android.net.ThrottleManager;
480 return new ThrottleManager(IThrottleManager.Stub.asInterface(b));

Completed in 97 milliseconds