Searched refs:PROP_QTAGUID_ENABLED (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/server/
H A DNetworkManagementSocketTagger.java40 public static final String PROP_QTAGUID_ENABLED = "net.qtaguid_enabled"; field in class:NetworkManagementSocketTagger
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/core/java/com/android/server/
H A DNetworkManagementService.java47 import static com.android.server.NetworkManagementSocketTagger.PROP_QTAGUID_ENABLED;
597 SystemProperties.set(PROP_QTAGUID_ENABLED, mBandwidthControlEnabled ? "1" : "0");
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java8731 if (!SystemProperties.getBoolean(NetworkManagementSocketTagger.PROP_QTAGUID_ENABLED,

Completed in 398 milliseconds