Searched refs:BLUETOOTH (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/site_tests/bluetooth_TurnOnOffUI/ |
D | bluetooth_TurnOnOffUI.py | 27 BLUETOOTH = "Bluetooth" variable in bluetooth_TurnOnOffUI 67 ui.wait_for_ui_obj(self.BLUETOOTH, False, role=self.SWITCH_ROLE) 83 ui.doDefault_on_obj(self.BLUETOOTH, False, self.SWITCH_ROLE) 99 ui.doDefault_on_obj(self.BLUETOOTH, False, self.SWITCH_ROLE)
|
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | AppRTCAudioManager.java | 44 public enum AudioDevice { SPEAKER_PHONE, WIRED_HEADSET, EARPIECE, BLUETOOTH, NONE } enumConstant 342 case BLUETOOTH: in setAudioDeviceInternal() 488 newAudioDevices.add(AudioDevice.BLUETOOTH); in updateAudioDeviceState() 508 && userSelectedAudioDevice == AudioDevice.BLUETOOTH) { in updateAudioDeviceState() 528 || userSelectedAudioDevice == AudioDevice.BLUETOOTH); in updateAudioDeviceState() 536 && userSelectedAudioDevice != AudioDevice.BLUETOOTH); in updateAudioDeviceState() 556 audioDevices.remove(AudioDevice.BLUETOOTH); in updateAudioDeviceState() 568 newAudioDevice = AudioDevice.BLUETOOTH; in updateAudioDeviceState()
|
D | AppRTCBluetoothManager.java | 237 if (!hasPermission(apprtcContext, android.Manifest.permission.BLUETOOTH)) { in start()
|
/external/downloader/src/main/java/com/google/android/downloader/ |
D | DownloadConstraints.java | 74 BLUETOOTH, enumConstant
|
D | AndroidConnectivityHandler.java | 191 return NetworkType.BLUETOOTH; in computeNetworkType() 225 return NetworkType.BLUETOOTH; in computeNetworkType()
|
/external/libxkbcommon/test/data/keycodes/ |
D | evdev-xkbcommon | 233 <BLUETOOTH> = 237; 491 alias <I245> = <BLUETOOTH>;
|
/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/ |
D | BluetoothManagerTest.java | 119 return android.Manifest.permission.BLUETOOTH.equals(permission); in setUp()
|
/external/adhd/cras/ |
D | README.dbus-api | 84 "USB", "BLUETOOTH", "UNKNOWN",
|