Searched refs:mapProfile (Results 1 – 2 of 2) sorted by relevance
370 public void mapProfile() { in mapProfile() method in BluetoothDetailsProfilesControllerTest372 MapProfile mapProfile = mock(MapProfile.class); in mapProfile() local373 when(mapProfile.getNameResource(mDevice)) in mapProfile()375 when(mapProfile.isProfileReady()).thenReturn(true); in mapProfile()376 when(mProfileManager.getMapProfile()).thenReturn(mapProfile); in mapProfile()377 when(mProfileManager.getProfileByName(eq(mapProfile.toString()))).thenReturn(mapProfile); in mapProfile()
332 final MapProfile mapProfile = mManager.getProfileManager().getMapProfile(); in getProfiles() local335 result.add(mapProfile); in getProfiles()