• Home
  • Raw
  • Download

Lines Matching refs:setSummary

177             mCreateNetwork.setSummary(String.format(activity.getString(CONFIG_SUBTEXT),  in initWifiTethering()
181 mCreateNetwork.setSummary(String.format(activity.getString(CONFIG_SUBTEXT), in initWifiTethering()
346 mUsbTether.setSummary(R.string.usb_tethering_active_subtext); in updateUsbState()
351 mUsbTether.setSummary(R.string.usb_tethering_available_subtext); in updateUsbState()
353 mUsbTether.setSummary(R.string.usb_tethering_errored_subtext); in updateUsbState()
358 mUsbTether.setSummary(R.string.usb_tethering_errored_subtext); in updateUsbState()
362 mUsbTether.setSummary(R.string.usb_tethering_storage_active_subtext); in updateUsbState()
366 mUsbTether.setSummary(R.string.usb_tethering_unavailable_subtext); in updateUsbState()
391 mBluetoothTether.setSummary(R.string.wifi_stopping); in updateBluetoothState()
394 mBluetoothTether.setSummary(R.string.bluetooth_turning_on); in updateBluetoothState()
401 mBluetoothTether.setSummary(summary); in updateBluetoothState()
403 mBluetoothTether.setSummary(R.string.bluetooth_tethering_device_connected_subtext); in updateBluetoothState()
405 mBluetoothTether.setSummary(R.string.bluetooth_tethering_errored_subtext); in updateBluetoothState()
407 mBluetoothTether.setSummary(R.string.bluetooth_tethering_available_subtext); in updateBluetoothState()
412 mBluetoothTether.setSummary(R.string.bluetooth_tethering_off_subtext); in updateBluetoothState()
477 mBluetoothTether.setSummary(R.string.bluetooth_turning_on); in startTethering()
481 mBluetoothTether.setSummary(R.string.bluetooth_tethering_available_subtext); in startTethering()
498 mUsbTether.setSummary(R.string.usb_tethering_errored_subtext); in setUsbTethering()
501 mUsbTether.setSummary(""); in setUsbTethering()
534 mBluetoothTether.setSummary(R.string.bluetooth_tethering_errored_subtext); in onPreferenceTreeClick()
536 mBluetoothTether.setSummary(R.string.bluetooth_tethering_off_subtext); in onPreferenceTreeClick()
573 mCreateNetwork.setSummary(String.format(getActivity().getString(CONFIG_SUBTEXT), in onClick()