Home
last modified time | relevance | path

Searched refs:onInstantHotspotChanged (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherSettings.java185 .observe(this, this::onInstantHotspotChanged); in setupInstantHotspot()
305 void onInstantHotspotChanged(String summary) { in onInstantHotspotChanged() method in WifiTetherSettings
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherSettingsTest.java428 mSettings.onInstantHotspotChanged(null); in onInstantHotspotChanged_nullRecord_setVisibleFalse()
435 mSettings.onInstantHotspotChanged(null); in onInstantHotspotChanged_summaryNull_setVisibleFalse()
442 mSettings.onInstantHotspotChanged(SUMMARY); in onInstantHotspotChanged_summaryNotNull_setVisibleAndSummary()