Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java239 private TetheringConfiguration getTetheringConfiguration(int... legacyTetherUpstreamTypes) { in getTetheringConfiguration() method in TetheringConfigurationTest
248 final TetheringConfiguration cfg = getTetheringConfiguration( in testNoTelephonyManagerMeansNoDun()
260 final TetheringConfiguration cfgWifi = getTetheringConfiguration(TYPE_WIFI); in testDunFromTelephonyManagerMeansDun()
261 final TetheringConfiguration cfgMobileWifiHipri = getTetheringConfiguration( in testDunFromTelephonyManagerMeansDun()
263 final TetheringConfiguration cfgWifiDun = getTetheringConfiguration( in testDunFromTelephonyManagerMeansDun()
265 final TetheringConfiguration cfgMobileWifiHipriDun = getTetheringConfiguration( in testDunFromTelephonyManagerMeansDun()
284 final TetheringConfiguration cfgWifi = getTetheringConfiguration(TYPE_WIFI); in testDunNotRequiredFromTelephonyManagerMeansNoDun()
285 final TetheringConfiguration cfgMobileWifiHipri = getTetheringConfiguration( in testDunNotRequiredFromTelephonyManagerMeansNoDun()
287 final TetheringConfiguration cfgWifiDun = getTetheringConfiguration( in testDunNotRequiredFromTelephonyManagerMeansNoDun()
289 final TetheringConfiguration cfgWifiMobile = getTetheringConfiguration( in testDunNotRequiredFromTelephonyManagerMeansNoDun()
[all …]
DTetheringTest.java929 if (mTethering.getTetheringConfiguration().isUsingNcm()) { in prepareUsbTethering()
1058 if (mTethering.getTetheringConfiguration().isUsingNcm()) { in runUsbTethering()
2324 mTethering.getTetheringConfiguration().toStableParcelable()); in testRegisterTetheringEventCallback()
2351 mTethering.getTetheringConfiguration().toStableParcelable()); in testRegisterTetheringEventCallback()
2418 final TetheringConfiguration initailConfig = mTethering.getTetheringConfiguration(); in testMultiSimAware()
2423 final TetheringConfiguration newConfig = mTethering.getTetheringConfiguration(); in testMultiSimAware()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1574 TetheringConfiguration getTetheringConfiguration() { in getTetheringConfiguration() method in Tethering