HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothSettings (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 64 * BluetoothSettings is the Settings screen for Bluetooth configuration and
67 public final class BluetoothSettings extends DeviceListPreferenceFragment implements Indexable {
68 private static final String TAG = "BluetoothSettings";
122 public BluetoothSettings() {
449 BluetoothSettings.class.getName(), device.getName(),
  /packages/apps/Settings/src/com/android/settings/search/
Ranking.java 32 import com.android.settings.bluetooth.BluetoothSettings;
95 sRankMap.put(BluetoothSettings.class.getName(), RANK_BT);
SearchIndexableResources.java 34 import com.android.settings.bluetooth.BluetoothSettings;
84 sResMap.put(BluetoothSettings.class.getName(),
86 Ranking.getRankForClassName(BluetoothSettings.class.getName()),
88 BluetoothSettings.class.getName(),
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 59 import com.android.settings.bluetooth.BluetoothSettings;
479 sa.startPreferencePanel(BluetoothSettings.class.getName(), null,

Completed in 588 milliseconds