Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java332 public void mapProfile() { in mapProfile() method in BluetoothDetailsProfilesControllerTest
334 MapProfile mapProfile = mock(MapProfile.class); in mapProfile() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java208 final MapProfile mapProfile = mManager.getProfileManager().getMapProfile(); in getProfiles() local