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

  /frameworks/base/core/java/android/net/
IThrottleManager.aidl 35 long getCliffThreshold(String iface, int cliff);
ThrottleManager.java 161 public long getCliffThreshold(String iface, int cliff) {
163 return mService.getCliffThreshold(iface, cliff);
  /packages/apps/Phone/src/com/android/phone/
DataUsageListener.java 120 mPolicyThreshold = mThrottleManager.getCliffThreshold(null, 1);
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 246 public synchronized long getCliffThreshold(String iface, int cliff) {
    [all...]

Completed in 338 milliseconds