Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothPrefs.java27 public static final String BLUETOOTH_SETTING_CATEGORY = "android.intent.category.DEFAULT"; field in BluetoothPrefs
34 launchIntent.addCategory(BLUETOOTH_SETTING_CATEGORY); in onCreate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBluetoothMediaBrowserService.java210 launchIntent.addCategory(BluetoothPrefs.BLUETOOTH_SETTING_CATEGORY); in setErrorPlaybackState()