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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 261 boolean hasBluetooth = false;
334 hasBluetooth = hasBluetooth || PackageManager.FEATURE_BLUETOOTH.equals(f.name);
420 if (!hasWifi && !hasTelephony && !hasBluetooth) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
StatusFragment.java 148 if (!hasBluetooth()) {
189 private boolean hasBluetooth() {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 149 private boolean hasBluetooth() {
181 if (!hasBluetooth()) {

Completed in 619 milliseconds