OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDevicesMatchingConnectionStates
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java
142
public List<BluetoothDevice>
getDevicesMatchingConnectionStates
(int[] states);
IBluetoothA2dp.aidl
31
List<BluetoothDevice>
getDevicesMatchingConnectionStates
(in int[] states);
IBluetoothHeadset.aidl
31
List<BluetoothDevice>
getDevicesMatchingConnectionStates
(in int[] states);
BluetoothA2dp.java
230
public List<BluetoothDevice>
getDevicesMatchingConnectionStates
(int[] states) {
234
return mService.
getDevicesMatchingConnectionStates
(states);
BluetoothInputDevice.java
217
public List<BluetoothDevice>
getDevicesMatchingConnectionStates
(int[] states) {
BluetoothPan.java
236
public List<BluetoothDevice>
getDevicesMatchingConnectionStates
(int[] states) {
BluetoothHeadset.java
348
public List<BluetoothDevice>
getDevicesMatchingConnectionStates
(int[] states) {
352
return mService.
getDevicesMatchingConnectionStates
(states);
BluetoothHealth.java
377
public List<BluetoothDevice>
getDevicesMatchingConnectionStates
(int[] states) {
BluetoothDeviceProfileState.java
372
mHeadsetService.
getDevicesMatchingConnectionStates
(
381
mA2dpService.
getDevicesMatchingConnectionStates
(
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java
77
return mService.
getDevicesMatchingConnectionStates
(
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
286
if (
getDevicesMatchingConnectionStates
(new int[] {
402
List<BluetoothDevice> sinks =
getDevicesMatchingConnectionStates
(
407
public synchronized List<BluetoothDevice>
getDevicesMatchingConnectionStates
(int[] states) {
BluetoothService.java
[
all
...]
BluetoothEventLoop.java
[
all
...]
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
593
return
getDevicesMatchingConnectionStates
(
644
public synchronized List<BluetoothDevice>
getDevicesMatchingConnectionStates
(int[] states) {
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 370 milliseconds