OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getbluetoothclass
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc
21
ON_CALL(*this,
GetBluetoothClass
())
mock_bluetooth_device.h
29
MOCK_CONST_METHOD0(
GetBluetoothClass
, uint32());
/external/chromium_org/device/bluetooth/
bluetooth_device_mac.h
27
virtual uint32
GetBluetoothClass
() const OVERRIDE;
bluetooth_device_win.h
27
virtual uint32
GetBluetoothClass
() const OVERRIDE;
bluetooth_device.cc
84
uint32 bluetooth_class =
GetBluetoothClass
();
bluetooth_device_mac.mm
73
uint32 BluetoothDeviceMac::
GetBluetoothClass
() const {
bluetooth_device_win.cc
62
uint32 BluetoothDeviceWin::
GetBluetoothClass
() const {
bluetooth_device_chromeos.h
28
virtual uint32
GetBluetoothClass
() const OVERRIDE;
bluetooth_device.h
172
virtual uint32
GetBluetoothClass
() const = 0;
bluetooth_device_chromeos.cc
144
uint32 BluetoothDeviceChromeOS::
GetBluetoothClass
() const {
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java
125
int
getBluetoothClass
() {
333
BluetoothClass btClass = bdDevice.
getBluetoothClass
();
AdapterProperties.java
117
int
getBluetoothClass
() {
AdapterService.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java
103
return matches(device.getUuids(), device.
getBluetoothClass
());
CachedBluetoothDevice.java
480
mBtClass = mDevice.
getBluetoothClass
();
495
BluetoothClass bluetoothClass = mDevice.
getBluetoothClass
();
/packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java
183
.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE)).
getBluetoothClass
()
193
.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE)).
getBluetoothClass
()
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothClass.java
40
* <p>Use {@link BluetoothDevice#
getBluetoothClass
} to retrieve the class for
BluetoothDevice.java
865
public BluetoothClass
getBluetoothClass
() {
[
all
...]
/external/chromium_org/chrome/browser/metrics/
metrics_log.cc
[
all
...]
/frameworks/base/media/java/android/media/
AudioService.java
[
all
...]
/prebuilts/sdk/14/
android.jar
/development/sdk/
api-versions.xml
[
all
...]
/frameworks/base/api/
current.txt
[
all
...]
/prebuilts/sdk/api/
14.txt
[
all
...]
15.txt
[
all
...]
Completed in 498 milliseconds
1
2