OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetoothdevice
(Results
126 - 150
of
232
) sorted by null
1
2
3
4
5
6
7
8
9
10
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java
22
import android.bluetooth.
BluetoothDevice
;
/external/chromium_org/chrome/browser/chromeos/bluetooth/
bluetooth_pairing_dialog.cc
34
const device::
BluetoothDevice
* device)
/external/chromium_org/device/bluetooth/
bluetooth_adapter_win.h
30
class
BluetoothDevice
;
bluetooth_device_mac.mm
66
:
BluetoothDevice
(), device_([device retain]) {
115
BluetoothDevice
::ServiceList BluetoothDeviceMac::GetServices() const {
bluetooth_device_win.cc
29
:
BluetoothDevice
() {
102
BluetoothDevice
::ServiceList BluetoothDeviceWin::GetServices() const {
/frameworks/base/core/java/android/bluetooth/
BluetoothHealthCallback.java
62
BluetoothDevice
device, int prevState, int newState, ParcelFileDescriptor fd,
/packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java
28
import android.bluetooth.
BluetoothDevice
;
181
} else if (action.equals(
BluetoothDevice
.ACTION_ACL_CONNECTED)) {
182
final int deviceClass = ((
BluetoothDevice
) intent
183
.getParcelableExtra(
BluetoothDevice
.EXTRA_DEVICE)).getBluetoothClass()
191
} else if (action.equals(
BluetoothDevice
.ACTION_ACL_DISCONNECTED)) {
192
final int deviceClass = ((
BluetoothDevice
) intent
193
.getParcelableExtra(
BluetoothDevice
.EXTRA_DEVICE)).getBluetoothClass()
468
intentFilter.addAction(
BluetoothDevice
.ACTION_ACL_CONNECTED);
469
intentFilter.addAction(
BluetoothDevice
.ACTION_ACL_DISCONNECTED);
[
all
...]
/prebuilts/sdk/14/
framework.aidl
7
parcelable android.bluetooth.
BluetoothDevice
;
/prebuilts/sdk/15/
framework.aidl
7
parcelable android.bluetooth.
BluetoothDevice
;
/prebuilts/sdk/16/
framework.aidl
7
parcelable android.bluetooth.
BluetoothDevice
;
/prebuilts/sdk/17/
framework.aidl
7
parcelable android.bluetooth.
BluetoothDevice
;
/prebuilts/sdk/18/
framework.aidl
8
parcelable android.bluetooth.
BluetoothDevice
;
/prebuilts/sdk/19/
framework.aidl
8
parcelable android.bluetooth.
BluetoothDevice
;
/prebuilts/sdk/current/
framework.aidl
8
parcelable android.bluetooth.
BluetoothDevice
;
/frameworks/base/docs/html/sdk/api_diff/10/changes/
classes_index_changes.html
59
<A HREF="android.bluetooth.
BluetoothDevice
.html" class="hiddenlink" target="rightframe">
BluetoothDevice
</A><br>
/packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java
21
import android.bluetooth.
BluetoothDevice
;
53
public static byte[] getByteAddress(
BluetoothDevice
device) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferAdapter.java
38
import android.bluetooth.
BluetoothDevice
;
96
BluetoothDevice
remoteDevice = adapter.getRemoteDevice(cursor
BluetoothOppManager.java
38
import android.bluetooth.
BluetoothDevice
;
310
public String getDeviceName(
BluetoothDevice
device) {
335
public void startTransfer(
BluetoothDevice
device) {
371
private final
BluetoothDevice
mRemoteDevice;
385
public InsertShareInfoThread(
BluetoothDevice
device, boolean multiple,
BluetoothOppReceiver.java
39
import android.bluetooth.
BluetoothDevice
;
95
BluetoothDevice
remoteDevice = intent.getParcelableExtra(
BluetoothDevice
.EXTRA_DEVICE);
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java
20
import android.bluetooth.
BluetoothDevice
;
97
Set<
BluetoothDevice
> getBondedDevices() {
LocalBluetoothProfileManager.java
20
import android.bluetooth.
BluetoothDevice
;
226
public void onReceive(Context context, Intent intent,
BluetoothDevice
device) {
253
public void onReceive(Context context, Intent intent,
BluetoothDevice
device) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java
23
import android.bluetooth.
BluetoothDevice
;
260
public void handleCpbrCommand(String atString, int type,
BluetoothDevice
remoteDevice) {
573
private boolean checkAccessPermission(
BluetoothDevice
remoteDevice) {
582
Intent intent = new Intent(
BluetoothDevice
.ACTION_CONNECTION_ACCESS_REQUEST);
584
intent.putExtra(
BluetoothDevice
.EXTRA_ACCESS_REQUEST_TYPE,
585
BluetoothDevice
.REQUEST_TYPE_PHONEBOOK_ACCESS);
586
intent.putExtra(
BluetoothDevice
.EXTRA_DEVICE, remoteDevice);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
22
import android.bluetooth.
BluetoothDevice
;
323
// Get the
BluetoothDevice
object
324
BluetoothDevice
device = mBluetoothAdapter.getRemoteDevice(address);
/frameworks/base/docs/html/sdk/api_diff/18/changes/
pkg_android.bluetooth.html
162
<A NAME="
BluetoothDevice
"></A>
163
<nobr><A HREF="android.bluetooth.
BluetoothDevice
.html">
BluetoothDevice
</A></nobr>
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java
17
import android.bluetooth.
BluetoothDevice
;
60
BluetoothDevice
mRemoteDevice;
72
public BluetoothMnsObexClient(Context context,
BluetoothDevice
remoteDevice) {
Completed in 225 milliseconds
1
2
3
4
5
6
7
8
9
10