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

/frameworks/base/core/java/com/android/server/
H A DNetworkManagementSocketTagger.java41 public static final String PROP_QTAGUID_ENABLED = "net.qtaguid_enabled"; field in class:NetworkManagementSocketTagger
87 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
109 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
123 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
133 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {

Completed in 691 milliseconds