Searched refs:mapProfile (Results 1 – 2 of 2) sorted by relevance
332 public void mapProfile() { in mapProfile() method in BluetoothDetailsProfilesControllerTest334 MapProfile mapProfile = mock(MapProfile.class); in mapProfile() local335 when(mapProfile.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_map); in mapProfile()336 when(mapProfile.isProfileReady()).thenReturn(true); in mapProfile()337 when(mProfileManager.getMapProfile()).thenReturn(mapProfile); in mapProfile()338 when(mProfileManager.getProfileByName(eq(mapProfile.toString()))).thenReturn(mapProfile); in mapProfile()
208 final MapProfile mapProfile = mManager.getProfileManager().getMapProfile(); in getProfiles() local211 result.add(mapProfile); in getProfiles()