Searched refs:getTetheringConfiguration (Results 1 – 3 of 3) sorted by relevance
239 private TetheringConfiguration getTetheringConfiguration(int... legacyTetherUpstreamTypes) { in getTetheringConfiguration() method in TetheringConfigurationTest248 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 …]
929 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()
1574 TetheringConfiguration getTetheringConfiguration() { in getTetheringConfiguration() method in Tethering