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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 404 final CharSequence briefText = getText(R.string.bluetooth_empty_list_bluetooth_off);
412 emptyView.setText(briefText, TextView.BufferType.SPANNABLE);
415 contentBuilder.append(briefText);
432 briefText.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 708 final CharSequence briefText = getText(R.string.wifi_empty_list_wifi_off);
720 emptyTextView.setText(briefText, BufferType.SPANNABLE);
724 contentBuilder.append(briefText);
741 briefText.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
    [all...]

Completed in 187 milliseconds