Searched refs:DIRECTION_RX (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DThrottleManager.java85 public static final int DIRECTION_RX = 1; field in class:ThrottleManager
142 * for the period described. Direction is either DIRECTION_RX or DIRECTION_TX and
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java309 if (dir == ThrottleManager.DIRECTION_RX) return mRecorder.getPeriodRx(ago);

Completed in 24 milliseconds