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

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialogActivity.java 52 final Bundle accessPointState = intent.getBundleExtra(KEY_ACCESS_POINT_STATE);
54 if (accessPointState != null) {
55 accessPoint = new AccessPoint(this, accessPointState);
91 Bundle accessPointState = new Bundle();
92 accessPoint.saveWifiState(accessPointState);
93 resultData.putExtra(KEY_ACCESS_POINT_STATE, accessPointState);
122 Bundle accessPointState = new Bundle();
123 accessPoint.saveWifiState(accessPointState);
124 resultData.putExtra(KEY_ACCESS_POINT_STATE, accessPointState);
  /packages/apps/Car/Settings/src/com/android/car/settings/wifi/
AccessPointListAdapter.java 123 Bundle accessPointState = new Bundle();
124 mAccessPoint.saveWifiState(accessPointState);
125 intent.putExtras(accessPointState);

Completed in 95 milliseconds