Home
last modified time | relevance | path

Searched refs:getTetheringConfiguration (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringConfigurationTest.java215 final TetheringConfiguration cfg = getTetheringConfiguration( in testNoTelephonyManagerMeansNoDun()
227 final TetheringConfiguration cfgWifi = getTetheringConfiguration(TYPE_WIFI); in testDunFromTelephonyManagerMeansDun()
228 final TetheringConfiguration cfgMobileWifiHipri = getTetheringConfiguration( in testDunFromTelephonyManagerMeansDun()
230 final TetheringConfiguration cfgWifiDun = getTetheringConfiguration( in testDunFromTelephonyManagerMeansDun()
232 final TetheringConfiguration cfgMobileWifiHipriDun = getTetheringConfiguration( in testDunFromTelephonyManagerMeansDun()
251 final TetheringConfiguration cfgWifi = getTetheringConfiguration(TYPE_WIFI); in testDunNotRequiredFromTelephonyManagerMeansNoDun()
252 final TetheringConfiguration cfgMobileWifiHipri = getTetheringConfiguration( in testDunNotRequiredFromTelephonyManagerMeansNoDun()
254 final TetheringConfiguration cfgWifiDun = getTetheringConfiguration( in testDunNotRequiredFromTelephonyManagerMeansNoDun()
256 final TetheringConfiguration cfgWifiMobile = getTetheringConfiguration( in testDunNotRequiredFromTelephonyManagerMeansNoDun()
258 final TetheringConfiguration cfgWifiHipri = getTetheringConfiguration( in testDunNotRequiredFromTelephonyManagerMeansNoDun()
[all …]
H A DTetheringTest.java847 if (mTethering.getTetheringConfiguration().isUsingNcm()) { in prepareUsbTethering()
953 if (mTethering.getTetheringConfiguration().isUsingNcm()) { in runUsbTethering()
1835 mTethering.getTetheringConfiguration().toStableParcelable()); in testRegisterTetheringEventCallback()
1861 mTethering.getTetheringConfiguration().toStableParcelable()); in testRegisterTetheringEventCallback()
1931 final TetheringConfiguration initailConfig = mTethering.getTetheringConfiguration(); in testMultiSimAware()
1936 final TetheringConfiguration newConfig = mTethering.getTetheringConfiguration(); in testMultiSimAware()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java1399 TetheringConfiguration getTetheringConfiguration() { in getTetheringConfiguration() method in Tethering