Home
last modified time | relevance | path

Searched refs:BluetoothPrefs (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBluetoothMediaBrowserService.java34 import com.android.bluetooth.BluetoothPrefs;
209 launchIntent.setAction(BluetoothPrefs.BLUETOOTH_SETTING_ACTION); in setErrorPlaybackState()
210 launchIntent.addCategory(BluetoothPrefs.BLUETOOTH_SETTING_CATEGORY); in setErrorPlaybackState()
DAvrcpControllerService.java35 import com.android.bluetooth.BluetoothPrefs;
60 BluetoothPrefs.class.getCanonicalName();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothPrefs.java24 public class BluetoothPrefs extends Activity { class