OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROP_QTAGUID_ENABLED
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/server/
NetworkManagementSocketTagger.java
40
public static final String
PROP_QTAGUID_ENABLED
= "net.qtaguid_enabled";
79
if (SystemProperties.getBoolean(
PROP_QTAGUID_ENABLED
, false)) {
101
if (SystemProperties.getBoolean(
PROP_QTAGUID_ENABLED
, false)) {
115
if (SystemProperties.getBoolean(
PROP_QTAGUID_ENABLED
, false)) {
125
if (SystemProperties.getBoolean(
PROP_QTAGUID_ENABLED
, false)) {
/frameworks/base/services/java/com/android/server/
NetworkManagementService.java
36
import static com.android.server.NetworkManagementSocketTagger.
PROP_QTAGUID_ENABLED
;
357
SystemProperties.set(
PROP_QTAGUID_ENABLED
, mBandwidthControlEnabled ? "1" : "0");
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
19
import static com.android.server.NetworkManagementSocketTagger.
PROP_QTAGUID_ENABLED
;
[
all
...]
Completed in 378 milliseconds