OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth_device
(Results
1 - 25
of
89
) sorted by null
1
2
3
4
/external/autotest/server/cros/bluetooth/
bluetooth_test.py
7
from autotest_lib.server.cros.bluetooth import
bluetooth_device
40
self.device =
bluetooth_device
.BluetoothDevice(device_host)
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
network_WiFi_BluetoothScanPerf.py
15
from autotest_lib.server.cros.bluetooth import
bluetooth_device
97
bt_device =
bluetooth_device
.BluetoothDevice(host)
/external/autotest/client/cros/chameleon/
chameleon_audio_helper.py
13
from autotest_lib.server.cros.bluetooth import
bluetooth_device
184
self._bluetooth_device =
bluetooth_device
.BluetoothDevice(
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java
224
name = context.getString(R.string.
bluetooth_device
);
DeviceProfilesSettings.java
279
name = context.getString(R.string.
bluetooth_device
);
/frameworks/base/media/java/android/media/midi/
MidiDeviceInfo.java
104
public static final String PROPERTY_BLUETOOTH_DEVICE = "
bluetooth_device
";
/external/cros/system_api/dbus/
service_constants.h
270
namespace
bluetooth_device
{
namespace
334
} // namespace
bluetooth_device
[
all
...]
/packages/apps/Settings/res/values-am/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"?? ??? ????? ????"</string>
[
all
...]
/packages/apps/Settings/res/values-ar/
strings.xml
119
<string name="
bluetooth_device
" msgid="5291950341750186887">"???? ?????? ???? ???"</string>
[
all
...]
/packages/apps/Settings/res/values-be-rBY/
strings.xml
117
<string name="
bluetooth_device
" msgid="5291950341750186887">"??????????? ??????? Bluetooth"</string>
[
all
...]
/packages/apps/Settings/res/values-bg/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"?????????? ? Bluetooth ??? ???"</string>
[
all
...]
/packages/apps/Settings/res/values-bn-rBD/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"???????? ??????? ??????"</string>
[
all
...]
/packages/apps/Settings/res/values-el/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"??????? Bluetooth ????? ?????"</string>
[
all
...]
/packages/apps/Settings/res/values-fa/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"?????? ?????? ???? ???"</string>
[
all
...]
/packages/apps/Settings/res/values-gu-rIN/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"????????? Bluetooth ?????"</string>
[
all
...]
/packages/apps/Settings/res/values-hi/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"?????? ??????? ??????"</string>
[
all
...]
/packages/apps/Settings/res/values-hy-rAM/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"??????? Bluetooth ????"</string>
[
all
...]
/packages/apps/Settings/res/values-iw/
strings.xml
117
<string name="
bluetooth_device
" msgid="5291950341750186887">"?????? Bluetooth ??? ??"</string>
[
all
...]
/packages/apps/Settings/res/values-ja/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"?????Bluetooth????"</string>
[
all
...]
/packages/apps/Settings/res/values-ka-rGE/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"??????? Bluetooth ???????????"</string>
[
all
...]
/packages/apps/Settings/res/values-kk-rKZ/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"????? ??? Bluetooth ?????????"</string>
[
all
...]
/packages/apps/Settings/res/values-km-rKH/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"???????????????????????????"</string>
[
all
...]
/packages/apps/Settings/res/values-kn-rIN/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"????????? ?????????? ????"</string>
[
all
...]
/packages/apps/Settings/res/values-ko/
strings.xml
115
<string name="
bluetooth_device
" msgid="5291950341750186887">"??? ?? ???? ??"</string>
[
all
...]
/packages/apps/Settings/res/values-ky-rKG/
strings.xml
114
<string name="
bluetooth_device
" msgid="5291950341750186887">"??? ??? Bluetooth-??????"</string>
[
all
...]
Completed in 1207 milliseconds
1
2
3
4