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

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 134 int wifiSavedState = 0;
136 wifiSavedState = Settings.Secure.getInt(cr, Settings.Secure.WIFI_SAVED_STATE);
140 if (wifiSavedState == 1) {
  /frameworks/base/services/java/com/android/server/
WifiService.java 461 int wifiSavedState = 0;
463 wifiSavedState = Settings.Secure.getInt(cr, Settings.Secure.WIFI_SAVED_STATE);
464 if(wifiSavedState == 1)
469 return (wifiSavedState == 1);
    [all...]

Completed in 20 milliseconds