Searched refs:profileInfo (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/ |
D | ProfileManager.java | 352 ServiceProfileInfo profileInfo = mServiceProfileMap.get(serviceInstanceId); in activateProfile() local 354 switch (profileInfo.serviceID) { in activateProfile() 358 sessionHandle, attributionSource, mContext, mUwbInjector, profileInfo, in activateProfile()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioServiceTest.java | 2464 ArgumentCaptor<BluetoothProfileConnectionInfo> profileInfo = in testVolumeCache() local 2478 .handleBluetoothActiveDeviceChanged(any(), eq(null), profileInfo.capture()); in testVolumeCache() 2479 assertThat(profileInfo.getValue().getVolume()).isEqualTo(-1); in testVolumeCache() 2498 .handleBluetoothActiveDeviceChanged(any(), eq(null), profileInfo.capture()); in testVolumeCache() 2500 assertThat(profileInfo.getValue().getVolume()).isEqualTo(volume); in testVolumeCache() 2519 ArgumentCaptor<BluetoothProfileConnectionInfo> profileInfo = in testSetVolumeForBroadcastSinks() local 2532 .handleBluetoothActiveDeviceChanged(any(), eq(null), profileInfo.capture()); in testSetVolumeForBroadcastSinks() 2533 assertThat(profileInfo.getValue().getVolume()).isEqualTo(volume); in testSetVolumeForBroadcastSinks()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 2369 BluetoothProfileConnectionInfo profileInfo = in getBroadcastProfile() local 2372 return profileInfo; in getBroadcastProfile()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 1647 ProviderInfo profileInfo = new ProviderInfo(); in initialize() local 1648 profileInfo.authority = ContactsContract.AUTHORITY; in initialize() 1649 mProfileProvider.attachInfo(getContext(), profileInfo); in initialize() local
|