Home
last modified time | relevance | path

Searched refs:BLUETOOTH_SETTING_ACTION (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
DBluetoothPrefs.java28 public static final String BLUETOOTH_SETTING_ACTION = "android.settings.BLUETOOTH_SETTINGS"; field in BluetoothPrefs
35 launchIntent.setAction(BLUETOOTH_SETTING_ACTION); in onCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBluetoothMediaBrowserService.java113 launchIntent.setAction(BluetoothPrefs.BLUETOOTH_SETTING_ACTION); in setErrorPlaybackState()