HomeSort by relevance Sort by last modified time
    Searched refs:PROP_QTAGUID_ENABLED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/server/
NetworkManagementSocketTagger.java 41 public static final String PROP_QTAGUID_ENABLED = "net.qtaguid_enabled";
91 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
113 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
127 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
137 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 52 import static com.android.server.NetworkManagementSocketTagger.PROP_QTAGUID_ENABLED;
642 SystemProperties.set(PROP_QTAGUID_ENABLED, mBandwidthControlEnabled ? "1" : "0");
    [all...]

Completed in 210 milliseconds