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/java/com/android/server/
H A DNetworkManagementService.java36 import static com.android.server.NetworkManagementSocketTagger.PROP_QTAGUID_ENABLED;
357 SystemProperties.set(PROP_QTAGUID_ENABLED, mBandwidthControlEnabled ? "1" : "0");
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java19 import static com.android.server.NetworkManagementSocketTagger.PROP_QTAGUID_ENABLED;
4921 if (!SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) return;

Completed in 220 milliseconds