Home
last modified time | relevance | path

Searched refs:OVERRIDE_TETHER_ENABLE_BPF_OFFLOAD (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java29 …tatic com.android.networkstack.tethering.TetheringConfiguration.OVERRIDE_TETHER_ENABLE_BPF_OFFLOAD;
167 assertTrue(OVERRIDE_TETHER_ENABLE_BPF_OFFLOAD.equals(name) in getDeviceConfigBoolean()
384 TetheringConfiguration.OVERRIDE_TETHER_ENABLE_BPF_OFFLOAD, fromDevConfig); in initializeBpfOffloadConfiguration()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java93 public static final String OVERRIDE_TETHER_ENABLE_BPF_OFFLOAD = field in TetheringConfiguration
641 return getDeviceConfigBoolean(OVERRIDE_TETHER_ENABLE_BPF_OFFLOAD, defaultValue); in getEnableBpfOffload()