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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 413 final StringBuilder contentBuilder = new StringBuilder();
414 contentBuilder.append(briefText);
415 contentBuilder.append("\n\n");
416 contentBuilder.append(getText(R.string.ble_scan_notify_text));
417 LinkifyUtils.linkify(emptyView, contentBuilder, new LinkifyUtils.OnClickListener() {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 730 final StringBuilder contentBuilder = new StringBuilder();
731 contentBuilder.append(briefText);
732 contentBuilder.append("\n\n");
733 contentBuilder.append(getText(R.string.wifi_scan_notify_text));
734 LinkifyUtils.linkify(emptyTextView, contentBuilder, new LinkifyUtils.OnClickListener() {
    [all...]

Completed in 249 milliseconds