OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_UUID
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java
125
} else if (action.equals(BluetoothDevice.
ACTION_UUID
)) {
170
filter.addAction(BluetoothDevice.
ACTION_UUID
);
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
255
public static final String
ACTION_UUID
=
330
* Used as an extra field in {@link #
ACTION_UUID
} intents,
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java
542
// we expect framework send us Intent
ACTION_UUID
. otherwise we will fail
544
IntentFilter intentFilter = new IntentFilter(BluetoothDevice.
ACTION_UUID
);
556
if (intent.getAction().equals(BluetoothDevice.
ACTION_UUID
)) {
558
if (V) Log.v(TAG, "
ACTION_UUID
for device " + device);
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
109
filter.addAction(BluetoothDevice.
ACTION_UUID
);
282
} else if (action.equals(BluetoothDevice.
ACTION_UUID
)) {
[
all
...]
/frameworks/base/core/java/android/server/
BluetoothService.java
[
all
...]
Completed in 129 milliseconds