OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_PAIRING_REQUEST
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java
45
if (action.equals(BluetoothDevice.
ACTION_PAIRING_REQUEST
)) {
62
pairingIntent.setAction(BluetoothDevice.
ACTION_PAIRING_REQUEST
);
BluetoothPairingDialog.java
91
if (!intent.getAction().equals(BluetoothDevice.
ACTION_PAIRING_REQUEST
))
94
BluetoothDevice.
ACTION_PAIRING_REQUEST
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java
50
private static final String
ACTION_PAIRING_REQUEST
=
130
IntentFilter intentFilter = new IntentFilter(
ACTION_PAIRING_REQUEST
);
325
if (!mSecure &&
ACTION_PAIRING_REQUEST
.equals(intent.getAction())) {
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
576
Intent intent = new Intent(BluetoothDevice.
ACTION_PAIRING_REQUEST
);
599
Intent intent = new Intent(BluetoothDevice.
ACTION_PAIRING_REQUEST
);
622
Intent intent = new Intent(BluetoothDevice.
ACTION_PAIRING_REQUEST
);
687
Intent intent = new Intent(BluetoothDevice.
ACTION_PAIRING_REQUEST
);
710
Intent intent = new Intent(BluetoothDevice.
ACTION_PAIRING_REQUEST
);
723
Intent intent = new Intent(BluetoothDevice.
ACTION_PAIRING_REQUEST
);
[
all
...]
BluetoothBondState.java
91
filter.addAction(BluetoothDevice.
ACTION_PAIRING_REQUEST
);
490
if (action.equals(BluetoothDevice.
ACTION_PAIRING_REQUEST
)) {
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
277
public static final String
ACTION_PAIRING_REQUEST
=
[
all
...]
BluetoothDeviceProfileState.java
194
} else if (action.equals(BluetoothDevice.
ACTION_PAIRING_REQUEST
)) {
249
filter.addAction(BluetoothDevice.
ACTION_PAIRING_REQUEST
);
[
all
...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
167
if (BluetoothDevice.
ACTION_PAIRING_REQUEST
.equals(intent.getAction())) {
[
all
...]
Completed in 1118 milliseconds