OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbandwidthcontrolenabled
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/java/com/android/server/
NetworkManagementService.java
154
private volatile boolean
mBandwidthControlEnabled
;
285
mBandwidthControlEnabled
= false;
293
mBandwidthControlEnabled
= true;
301
SystemProperties.set(PROP_QTAGUID_ENABLED,
mBandwidthControlEnabled
? "1" : "0");
[
all
...]
Completed in 1325 milliseconds