Searched refs:sendStartTetheringSoftApCallback (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 867 private void sendStartTetheringSoftApCallback(int state, TetheringRequest request, in sendStartTetheringSoftApCallback() method in TetheringTest 893 sendStartTetheringSoftApCallback(state, request, ifname); in sendSoftApEvent() 2130 sendStartTetheringSoftApCallback(WIFI_AP_STATE_ENABLED, request, TEST_WLAN_IFNAME); in startWifiTetheringWithSoftApConfigurationSuccess() 2153 sendStartTetheringSoftApCallback(WIFI_AP_STATE_FAILED, request, TEST_WLAN_IFNAME); in startWifiTetheringWithSoftApConfigurationFailure() 2184 sendStartTetheringSoftApCallback(WIFI_AP_STATE_ENABLED, request, TEST_WLAN_IFNAME); in startWifiTetheringWithSoftApConfigurationRestartAfterStarting() 2193 sendStartTetheringSoftApCallback(WIFI_AP_STATE_DISABLED, request, TEST_WLAN_IFNAME); in startWifiTetheringWithSoftApConfigurationRestartAfterStarting() 2194 sendStartTetheringSoftApCallback(WIFI_AP_STATE_ENABLED, request, TEST_WLAN_IFNAME); in startWifiTetheringWithSoftApConfigurationRestartAfterStarting() 2695 sendStartTetheringSoftApCallback(WIFI_AP_STATE_ENABLED, tetheringRequest, in testSoftApConfigInTetheringEventCallback() 2716 sendStartTetheringSoftApCallback(WIFI_AP_STATE_DISABLED, tetheringRequest, in testSoftApConfigInTetheringEventCallback() 2793 sendStartTetheringSoftApCallback(WIFI_AP_STATE_ENABLED, tetheringRequest, TEST_WLAN_IFNAME); in testFuzzyMatchedWifiCannotBeAdded() [all …]
|