commit | 4f5c4c4323e2860f665ea9ecb37689677ca7db89 | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Fri May 21 18:26:23 2021 +0800 |
committer | Chiachang Wang <chiachangwang@google.com> | Tue Jun 01 15:08:48 2021 +0800 |
tree | b12e2b62711cc33e90a19f785e7c0e817912f403 | |
parent | 3a23d2e2a66ac9fc9b2f1c938002c0bf5f4993a5 [diff] |
Correct the logic for CtsTetheringUtils.isWifiTetheringSupported The existing isWifiTetheringSupported only check if tethering side supports wifi tethering or not but not wifi side. A expected behavior should include both of them, so add the wifi side check into the helper function. Also update in the existing caller side due to a new parameter added. Bug: 186061922 Test: atest MtsTetheringTestLatestSdk Change-Id: Id69ac1d30ab2bbf23e870193335b139f54672636