/packages/services/Telecomm/src/com/android/server/telecom/ |
BluetoothAdapterProxy.java | 33 public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, 38 return mBluetoothAdapter.getProfileProxy(context, listener, profile);
|
BluetoothManager.java | 155 mBluetoothAdapter.getProfileProxy(context, mBluetoothProfileServiceListener,
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
LocalBluetoothAdapter.java | 93 void getProfileProxy(Context context, 95 mAdapter.getProfileProxy(context, listener, profile);
|
A2dpProfile.java | 94 mLocalAdapter.getProfileProxy(context, new A2dpServiceListener(),
|
HidProfile.java | 89 adapter.getProfileProxy(context, new InputDeviceServiceListener(),
|
PanProfile.java | 73 adapter.getProfileProxy(context, new PanServiceListener(),
|
PbapClientProfile.java | 109 mLocalAdapter.getProfileProxy(context, new PbapClientServiceListener(),
|
A2dpSinkProfile.java | 94 mLocalAdapter.getProfileProxy(context, new A2dpSinkServiceListener(),
|
HeadsetProfile.java | 101 mLocalAdapter.getProfileProxy(context, new HeadsetServiceListener(),
|
HfpClientProfile.java | 101 mLocalAdapter.getProfileProxy(context, new HfpClientServiceListener(),
|
MapProfile.java | 102 mLocalAdapter.getProfileProxy(context, new MapServiceListener(),
|
SapProfile.java | 100 mLocalAdapter.getProfileProxy(context, new SapServiceListener(),
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothA2dpFacade.java | 49 mBluetoothAdapter.getProfileProxy(mService, new A2dpServiceListener(),
|
BluetoothA2dpSinkFacade.java | 49 mBluetoothAdapter.getProfileProxy(mService, new A2dpSinkServiceListener(),
|
BluetoothAvrcpFacade.java | 51 mBluetoothAdapter.getProfileProxy(mService, new AvrcpServiceListener(),
|
BluetoothHfpClientFacade.java | 50 mBluetoothAdapter.getProfileProxy(mService, new HfpClientServiceListener(),
|
BluetoothHspFacade.java | 50 mBluetoothAdapter.getProfileProxy(mService, new HspServiceListener(),
|
BluetoothMapFacade.java | 51 mBluetoothAdapter.getProfileProxy(mService, new MapServiceListener(),
|
BluetoothHidFacade.java | 49 mBluetoothAdapter.getProfileProxy(mService, new HidServiceListener(),
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothInputDeviceConnector.java | 157 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.INPUT_DEVICE)) {
|
BluetoothA2dpConnector.java | 126 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.A2DP)) {
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
BluetoothPeripheralHandover.java | 286 if (!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.INPUT_DEVICE)) 289 if(!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.HEADSET)) 292 if(!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.A2DP))
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPService.java | 154 if (!mBluetoothAdapter.getProfileProxy(this, mBluetoothServiceListener,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/ |
CarBatteryController.java | 81 mAdapter.getProfileProxy(context.getApplicationContext(), mHfpServiceListener,
|
/packages/apps/Settings/src/com/android/settings/ |
TetherService.java | 214 adapter.getProfileProxy(this, new ServiceListener() {
|