/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/ |
D | TestUtils.java | 221 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/ |
D | Hid.kt | 42 getProfileProxy<BluetoothHidHost>(context, BluetoothProfile.HID_HOST)
|
D | Utils.kt | 301 fun <T> getProfileProxy(context: Context, profile: Int): T { in getProfileProxy() method 316 bluetoothAdapter.getProfileProxy(context, serviceListener, profile) in getProfileProxy()
|
D | Pan.kt | 46 private val bluetoothPan = getProfileProxy<BluetoothPan>(context, BluetoothProfile.PAN)
|
D | LeAudio.kt | 56 getProfileProxy<BluetoothLeAudio>(context, BluetoothProfile.LE_AUDIO)
|
D | A2dpSink.kt | 53 getProfileProxy<BluetoothA2dpSink>(context, BluetoothProfile.A2DP_SINK)
|
D | HfpHandsfree.kt | 53 getProfileProxy<BluetoothHeadsetClient>(context, BluetoothProfile.HEADSET_CLIENT)
|
D | Hfp.kt | 59 private val bluetoothHfp = getProfileProxy<BluetoothHeadset>(context, BluetoothProfile.HEADSET)
|
D | Asha.kt | 61 getProfileProxy<BluetoothHearingAid>(context, BluetoothProfile.HEARING_AID)
|
D | A2dp.kt | 59 private val bluetoothA2dp = getProfileProxy<BluetoothA2dp>(context, BluetoothProfile.A2DP)
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BluetoothProxy.java | 850 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/ |
D | BluetoothPeripheralHandover.java | 331 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/ |
D | BluetoothInputDeviceConnector.java | 159 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.HID_HOST)) { in openConnection()
|
D | BluetoothA2dpConnector.java | 189 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.A2DP)) { in openConnection()
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | TetheredRepository.kt | 96 adapter?.getProfileProxy(context, listener, BluetoothProfile.PAN) in <lambda>()
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/ |
D | TetheredRepositoryTest.kt | 61 on { getProfileProxy(any(), any(), eq(BluetoothProfile.PAN)) } doAnswer { in <lambda>()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothDeviceManager.java | 314 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/ |
D | ConnectedDeviceSignalController.java | 122 mAdapter.getProfileProxy(context.getApplicationContext(), mHfpServiceListener, in ConnectedDeviceSignalController()
|
/packages/apps/Settings/src/com/android/settings/network/tether/ |
D | TetherSettings.java | 167 adapter.getProfileProxy(activity.getApplicationContext(), mProfileServiceListener, in onCreate() 296 adapter.getProfileProxy(mContext, mProfileServiceListener, in onReceive()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | CarBluetoothUserService.java | 125 mBluetoothAdapter.getProfileProxy(mService.getApplicationContext(), in setupBluetoothConnectionProxies()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | BluetoothHeadsetFragment.java | 279 mBluetoothAdapter.getProfileProxy( in onResume()
|
D | MapMceTestFragment.java | 267 mBluetoothAdapter.getProfileProxy(getContext(), new MapServiceListener(), in registerMapServiceListenerAndNotificationReceiver()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | CarBluetoothUserServiceTest.java | 144 doReturn(true).when(mMockBluetoothAdapter).getProfileProxy( in setUp()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | RfcommTest.kt | 390 mAdapter.getProfileProxy(mContext, listener, BluetoothProfile.HEADSET) in headsetFlow()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | A2dpReceiver.java | 127 mBluetoothAdapter.getProfileProxy(mContext, in A2dpReceiver()
|