Searched refs:getProfileProxy (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothAdapter.java | 92 void getProfileProxy(Context context, in getProfileProxy() method in LocalBluetoothAdapter 94 mAdapter.getProfileProxy(context, listener, profile); in getProfileProxy()
|
D | PanProfile.java | 73 adapter.getProfileProxy(context, new PanServiceListener(), in PanProfile()
|
D | HidProfile.java | 89 adapter.getProfileProxy(context, new InputDeviceServiceListener(), in HidProfile()
|
D | A2dpProfile.java | 94 mLocalAdapter.getProfileProxy(context, new A2dpServiceListener(), in A2dpProfile()
|
D | SapProfile.java | 100 mLocalAdapter.getProfileProxy(context, new SapServiceListener(), in SapProfile()
|
D | MapProfile.java | 102 mLocalAdapter.getProfileProxy(context, new MapServiceListener(), in MapProfile()
|
D | HeadsetProfile.java | 101 mLocalAdapter.getProfileProxy(context, new HeadsetServiceListener(), in HeadsetProfile()
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 158 btAdapter.getProfileProxy(this, mBluetoothProfileServiceListener, in onCreate()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 943 android.bluetooth.BluetoothAdapter#getProfileProxy(android.content.Context, 944 android.bluetooth.BluetoothProfile.ServiceListener, int) getProfileProxy()} to 973 mBluetoothAdapter.getProfileProxy(context, mProfileListener, BluetoothProfile.HEADSET); 1057 {@link android.bluetooth.BluetoothAdapter#getProfileProxy getProfileProxy()}
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 1806 public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, in getProfileProxy() method in BluetoothAdapter
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 1477 adapter.getProfileProxy(mContext, mServiceListener, profile); in connectProxy()
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 334 android.bluetooth.BluetoothAdapter#getProfileProxy getProfileProxy()} with either the {@link
|
D | android-4.0.jd | 716 android.bluetooth.BluetoothAdapter#getProfileProxy getProfileProxy()} with a {@link
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 713 adapter.getProfileProxy(mContext, mBluetoothProfileServiceListener, in onSystemReady() 2854 result = adapter.getProfileProxy(mContext, mBluetoothProfileServiceListener, in getBluetoothHeadset()
|
/frameworks/base/api/ |
D | current.txt | 6284 …method public boolean getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.…
|
D | system-current.txt | 6498 …method public boolean getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.…
|