Home
last modified time | relevance | path

Searched defs:mapProfile (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesControllerTest.java332 public void mapProfile() { in mapProfile() method in BluetoothDetailsProfilesControllerTest
334 MapProfile mapProfile = mock(MapProfile.class); in mapProfile() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBtSmsInterfaceManager.java105 BluetoothMapClient mapProfile = (BluetoothMapClient) proxy; in onServiceConnected() local
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesController.java208 final MapProfile mapProfile = mManager.getProfileManager().getMapProfile(); in getProfiles() local
/aosp12/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2Mapper.cpp428 virtual bool mapProfile(C2Config::profile_t from, int32_t *to) { in mapProfile() function
432 virtual bool mapProfile(int32_t from, C2Config::profile_t *to) { in mapProfile() function