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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 63 * BluetoothSettings is the Settings screen for Bluetooth configuration and
66 public final class BluetoothSettings extends DeviceListPreferenceFragment implements Indexable {
67 private static final String TAG = "BluetoothSettings";
121 public BluetoothSettings() {
403 (SettingsActivity) BluetoothSettings.this.getActivity();
DeviceProfilesSettings.java 122 BluetoothSettings.class.getName(), mCachedDevice.getName(),
  /packages/apps/Settings/src/com/android/settings/search/
Ranking.java 36 import com.android.settings.bluetooth.BluetoothSettings;
102 sRankMap.put(BluetoothSettings.class.getName(), RANK_BT);
SearchIndexableResources.java 38 import com.android.settings.bluetooth.BluetoothSettings;
89 sResMap.put(BluetoothSettings.class.getName(),
91 Ranking.getRankForClassName(BluetoothSettings.class.getName()),
93 BluetoothSettings.class.getName(),
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 59 import com.android.settings.bluetooth.BluetoothSettings;
518 sa.startPreferencePanel(BluetoothSettings.class.getName(), null,

Completed in 53 milliseconds