Home
last modified time | relevance | path

Searched refs:getProfileProxy (Results 1 – 25 of 33) sorted by relevance

12

/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/
DTestUtils.java221 public BluetoothProfile getProfileProxy() { in getProfileProxy() method in TestUtils.BluetoothCtsServiceConnector
240 mIsProfileConnecting = mAdapter.getProfileProxy(mContext, mServiceListener, mProfileId); in openProfileProxyAsync()
277 mAdapter.getProfileProxy(mContext, mServiceListener, mProfileId); in waitForProfileConnect()
/packages/modules/Bluetooth/android/pandora/server/src/
DHid.kt42 getProfileProxy<BluetoothHidHost>(context, BluetoothProfile.HID_HOST)
DUtils.kt301 fun <T> getProfileProxy(context: Context, profile: Int): T { in getProfileProxy() method
316 bluetoothAdapter.getProfileProxy(context, serviceListener, profile) in getProfileProxy()
DPan.kt46 private val bluetoothPan = getProfileProxy<BluetoothPan>(context, BluetoothProfile.PAN)
DLeAudio.kt56 getProfileProxy<BluetoothLeAudio>(context, BluetoothProfile.LE_AUDIO)
DA2dpSink.kt53 getProfileProxy<BluetoothA2dpSink>(context, BluetoothProfile.A2DP_SINK)
DHfpHandsfree.kt53 getProfileProxy<BluetoothHeadsetClient>(context, BluetoothProfile.HEADSET_CLIENT)
DHfp.kt59 private val bluetoothHfp = getProfileProxy<BluetoothHeadset>(context, BluetoothProfile.HEADSET)
DAsha.kt61 getProfileProxy<BluetoothHearingAid>(context, BluetoothProfile.HEARING_AID)
DA2dp.kt59 private val bluetoothA2dp = getProfileProxy<BluetoothA2dp>(context, BluetoothProfile.A2DP)
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java850 bluetoothAdapter.getProfileProxy( in initCsisProxy()
865 bluetoothAdapter.getProfileProxy( in initLeAudioProxy()
886 bluetoothAdapter.getProfileProxy( in initVolumeControlProxy()
907 bluetoothAdapter.getProfileProxy( in initHapProxy()
929 bluetoothAdapter.getProfileProxy( in initBassProxy()
1504 bluetoothAdapter.getProfileProxy( in initLeAudioBroadcastProxy()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java331 if (!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.HID_HOST)) in getProfileProxys()
334 if(!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.HEADSET)) in getProfileProxys()
337 if(!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.A2DP)) in getProfileProxys()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java159 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.HID_HOST)) { in openConnection()
DBluetoothA2dpConnector.java189 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.A2DP)) { in openConnection()
/packages/apps/Settings/src/com/android/settings/network/
DTetheredRepository.kt96 adapter?.getProfileProxy(context, listener, BluetoothProfile.PAN) in <lambda>()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/
DTetheredRepositoryTest.kt61 on { getProfileProxy(any(), any(), eq(BluetoothProfile.PAN)) } doAnswer { in <lambda>()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java314 bluetoothAdapter.getProfileProxy(context, mBluetoothProfileServiceListener, in BluetoothDeviceManager()
316 bluetoothAdapter.getProfileProxy(context, mBluetoothProfileServiceListener, in BluetoothDeviceManager()
318 bluetoothAdapter.getProfileProxy(context, mBluetoothProfileServiceListener, in BluetoothDeviceManager()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/bluetooth/
DConnectedDeviceSignalController.java122 mAdapter.getProfileProxy(context.getApplicationContext(), mHfpServiceListener, in ConnectedDeviceSignalController()
/packages/apps/Settings/src/com/android/settings/network/tether/
DTetherSettings.java167 adapter.getProfileProxy(activity.getApplicationContext(), mProfileServiceListener, in onCreate()
296 adapter.getProfileProxy(mContext, mProfileServiceListener, in onReceive()
/packages/services/Car/service/src/com/android/car/bluetooth/
DCarBluetoothUserService.java125 mBluetoothAdapter.getProfileProxy(mService.getApplicationContext(), in setupBluetoothConnectionProxies()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothHeadsetFragment.java279 mBluetoothAdapter.getProfileProxy( in onResume()
DMapMceTestFragment.java267 mBluetoothAdapter.getProfileProxy(getContext(), new MapServiceListener(), in registerMapServiceListenerAndNotificationReceiver()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DCarBluetoothUserServiceTest.java144 doReturn(true).when(mMockBluetoothAdapter).getProfileProxy( in setUp()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DRfcommTest.kt390 mAdapter.getProfileProxy(mContext, listener, BluetoothProfile.HEADSET) in headsetFlow()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java127 mBluetoothAdapter.getProfileProxy(mContext, in A2dpReceiver()

12