OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIRECTION_TX
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/
ThrottleManager.java
83
public static final int
DIRECTION_TX
= 0;
142
* for the period described. Direction is either DIRECTION_RX or
DIRECTION_TX
and
/frameworks/base/services/java/com/android/server/
ThrottleService.java
306
if (dir == ThrottleManager.
DIRECTION_TX
) return mRecorder.getPeriodTx(ago);
[
all
...]
Completed in 105 milliseconds