OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_CONNECTION_ACCESS_REQUEST
(Results
1 - 7
of
7
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessServerActivity.java
42
private static final String
ACTION_CONNECTION_ACCESS_REQUEST
=
79
IntentFilter intentFilter = new IntentFilter(
ACTION_CONNECTION_ACCESS_REQUEST
);
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java
84
if (!action.equals(BluetoothDevice.
ACTION_CONNECTION_ACCESS_REQUEST
)) {
86
+ "
ACTION_CONNECTION_ACCESS_REQUEST
");
BluetoothPermissionRequest.java
54
if (action.equals(BluetoothDevice.
ACTION_CONNECTION_ACCESS_REQUEST
)) {
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
286
public static final String
ACTION_CONNECTION_ACCESS_REQUEST
=
300
* Used as an extra field in {@link #
ACTION_CONNECTION_ACCESS_REQUEST
} intent.
313
* Used as an extra field in {@link #
ACTION_CONNECTION_ACCESS_REQUEST
} intents,
320
* Used as an extra field in {@link #
ACTION_CONNECTION_ACCESS_REQUEST
} intents,
[
all
...]
BluetoothDeviceProfileState.java
[
all
...]
/packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java
496
Intent intent = new Intent(BluetoothDevice.
ACTION_CONNECTION_ACCESS_REQUEST
);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
540
Intent(BluetoothDevice.
ACTION_CONNECTION_ACCESS_REQUEST
);
Completed in 81 milliseconds