OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_PAIRING_CANCEL
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java
100
} else if (action.equals(BluetoothDevice.
ACTION_PAIRING_CANCEL
)) {
BluetoothPairingDialog.java
79
} else if (BluetoothDevice.
ACTION_PAIRING_CANCEL
.equals(action)) {
158
registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.
ACTION_PAIRING_CANCEL
));
BluetoothEventManager.java
95
addHandler(BluetoothDevice.
ACTION_PAIRING_CANCEL
, new PairingCancelHandler());
348
Log.e(TAG, "
ACTION_PAIRING_CANCEL
with no EXTRA_DEVICE");
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
333
public static final String
ACTION_PAIRING_CANCEL
=
[
all
...]
Completed in 28 milliseconds