Searched refs:PROP_QTAGUID_ENABLED (Results 1 – 2 of 2) sorted by relevance
41 public static final String PROP_QTAGUID_ENABLED = "net.qtaguid_enabled"; field in NetworkManagementSocketTagger91 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) { in tagSocketFd()113 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) { in unTagSocketFd()127 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) { in setKernelCounterSet()137 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) { in resetKernelUidStats()
42 import static com.android.server.NetworkManagementSocketTagger.PROP_QTAGUID_ENABLED;451 SystemProperties.set(PROP_QTAGUID_ENABLED, "1"); in prepareNativeDaemon()