HomeSort by relevance Sort by last modified time
    Searched refs:handleWifiApStateChanged (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
WifiTetherPreferenceControllerTest.java 157 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_ENABLING, 0 /* reason */);
164 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_ENABLED, 0 /* reason */);
171 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_DISABLING, 0 /* reason */);
178 mController.handleWifiApStateChanged(WifiManager.WIFI_AP_STATE_DISABLED, 0 /* reason */);
  /packages/apps/Settings/src/com/android/settings/wifi/tether/
WifiTetherSwitchBarController.java 120 handleWifiApStateChanged(state);
127 private void handleWifiApStateChanged(int state) {
WifiTetherPreferenceController.java 132 handleWifiApStateChanged(state, failureReason);
162 void handleWifiApStateChanged(int state, int reason) {

Completed in 404 milliseconds