OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCliffThreshold
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/
ThrottleManager.java
161
public long
getCliffThreshold
(String iface, int cliff) {
163
return mService.
getCliffThreshold
(iface, cliff);
/frameworks/base/services/java/com/android/server/
ThrottleService.java
279
public long
getCliffThreshold
(String iface, int cliff) {
[
all
...]
Completed in 248 milliseconds