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 67 * BluetoothSettings is the Settings screen for Bluetooth configuration and
70 public final class BluetoothSettings extends DeviceListPreferenceFragment implements Indexable {
71 private static final String TAG = "BluetoothSettings";
130 public BluetoothSettings() {
421 (SettingsActivity) BluetoothSettings.this.getActivity();
DeviceProfilesSettings.java 122 BluetoothSettings.class.getName(), mCachedDevice.getName(),
  /packages/apps/Settings/src/com/android/settings/search/
Ranking.java 34 import com.android.settings.bluetooth.BluetoothSettings;
107 sRankMap.put(BluetoothSettings.class.getName(), RANK_BT);
SearchIndexableResources.java 35 import com.android.settings.bluetooth.BluetoothSettings;
91 sResMap.put(BluetoothSettings.class.getName(),
93 Ranking.getRankForClassName(BluetoothSettings.class.getName()),
95 BluetoothSettings.class.getName(),
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 58 import com.android.settings.bluetooth.BluetoothSettings;
519 sa.startPreferencePanel(BluetoothSettings.class.getName(), null,
    [all...]

Completed in 97 milliseconds