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

  /frameworks/base/core/java/android/net/
ThrottleManager.java 85 public static final int DIRECTION_RX = 1;
142 * for the period described. Direction is either DIRECTION_RX or DIRECTION_TX and
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 307 if (dir == ThrottleManager.DIRECTION_RX) return mRecorder.getPeriodRx(ago);
    [all...]

Completed in 288 milliseconds