OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONNECTION_ACCESS_YES
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothDeviceProfileState.java
140
setTrust(BluetoothDevice.
CONNECTION_ACCESS_YES
);
156
setTrust(BluetoothDevice.
CONNECTION_ACCESS_YES
);
173
setTrust(BluetoothDevice.
CONNECTION_ACCESS_YES
);
200
setTrust(BluetoothDevice.
CONNECTION_ACCESS_YES
);
269
setTrust(BluetoothDevice.
CONNECTION_ACCESS_YES
);
594
if (val == BluetoothDevice.
CONNECTION_ACCESS_YES
) {
[
all
...]
BluetoothDevice.java
334
public static final int
CONNECTION_ACCESS_YES
= 1;
[
all
...]