Searched defs:PROP_QTAGUID_ENABLED (Results 1 - 1 of 1) 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)) {

Completed in 36 milliseconds