Searched defs:device (Results 26 - 27 of 27) sorted by relevance

12

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java267 public void onLlcpLinkActivated(NfcDepEndpoint device) { argument
268 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device);
275 public void onLlcpLinkDeactivated(NfcDepEndpoint device) { argument
276 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device);
843 /* Remove the device from the hmap */
1498 NfcDepEndpoint device = (NfcDepEndpoint) o;
1499 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) {
1501 device.disconnect();
1512 Object device = mObjectMap.get(key);
1513 if (device
1730 llcpActivated(NfcDepEndpoint device) argument
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java148 // This flag is just used as a toggle to provide a update to the BT device to specify
347 public ScoSocketConnectThread(BluetoothDevice device) { argument
349 mOutgoingSco = device.createScoSocket();
484 BluetoothDevice device = mHeadset.getRemoteDevice();
485 if (getAudioState(device) == BluetoothHeadset.STATE_AUDIO_DISCONNECTED) {
486 setAudioState(BluetoothHeadset.STATE_AUDIO_CONNECTING, device);
513 BluetoothDevice device = null;
515 device = mHeadset.getRemoteDevice();
518 setAudioState(BluetoothHeadset.STATE_AUDIO_DISCONNECTED, device);
898 BluetoothDevice device
1455 setAudioState(int state, BluetoothDevice device) argument
1466 getAudioState(BluetoothDevice device) argument
1498 broadcastVendorSpecificEventIntent(String command, int companyId, int commandType, Object[] arguments, BluetoothDevice device) argument
[all...]

Completed in 98 milliseconds

12