Home
last modified time | relevance | path

Searched refs:getMapProfile (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesController.java208 final MapProfile mapProfile = mManager.getProfileManager().getMapProfile(); in getProfiles()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesControllerTest.java337 when(mProfileManager.getMapProfile()).thenReturn(mapProfile); in mapProfile()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java432 public MapProfile getMapProfile(){ in getMapProfile() method in LocalBluetoothProfileManager