Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java164 public final boolean isCarrierSupportTethering; field in TetheringConfiguration
281 isCarrierSupportTethering = carrierConfigAffirmsCarrierSupport(carrierConfigs); in TetheringConfiguration()
430 pw.println("isCarrierSupportTethering: " + isCarrierSupportTethering); in dump()
475 sj.add(String.format("isCarrierSupportTethering:%s", isCarrierSupportTethering)); in toString()
DEntitlementManager.java314 if (!config.isCarrierSupportTethering) { in getTetherProvisioningCondition()
434 if (!config.isCarrierSupportTethering) { in runTetheringProvisioning()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java519 assertTrue(cfg.isCarrierSupportTethering); in testGetCarrierConfigBySubId_noCarrierConfigManager_configsAreDefault()
532 assertTrue(cfg.isCarrierSupportTethering); in testGetCarrierConfigBySubId_carrierConfigMissing_configsAreDefault()
548 assertFalse(cfg.isCarrierSupportTethering); in testGetCarrierConfigBySubId_hasConfigs_carrierUnsupportAndCheckNotRequired()
550 assertTrue(cfg.isCarrierSupportTethering); in testGetCarrierConfigBySubId_hasConfigs_carrierUnsupportAndCheckNotRequired()