Searched refs:mProfileManager (Results 1 – 4 of 4) sorted by relevance
67 private LocalBluetoothProfileManager mProfileManager; field in BluetoothDetailsProfilesControllerTest77 when(mLocalManager.getProfileManager()).thenReturn(mProfileManager); in setUp()191 when(mProfileManager.getProfileByName(eq(profile.toString()))).thenReturn(profile); in addFakeProfile()293 when(mProfileManager.getPbapProfile()).thenReturn(psp); in pbapProfileStartsEnabled()315 when(mProfileManager.getPbapProfile()).thenReturn(psp); in pbapProfileStartsDisabled()334 when(mProfileManager.getMapProfile()).thenReturn(mapProfile); in mapProfile()335 when(mProfileManager.getProfileByName(eq(mapProfile.toString()))).thenReturn(mapProfile); in mapProfile()353 when(mProfileManager.getProfileByName(eq(profile.toString()))).thenReturn(profile); in addMockA2dpProfile()
67 @Mock LocalBluetoothProfileManager mProfileManager; field in DeviceProfilesSettingsTest91 when(mManager.getProfileManager()).thenReturn(mProfileManager); in setUp()92 when(mProfileManager.getMapProfile()).thenReturn(null); in setUp()
54 private LocalBluetoothProfileManager mProfileManager; field in BluetoothDetailsProfilesController62 mProfileManager = mManager.getProfileManager(); in BluetoothDetailsProfilesController()169 LocalBluetoothProfile profile = mProfileManager.getProfileByName(preference.getKey()); in onPreferenceClick()
65 private LocalBluetoothProfileManager mProfileManager; field in DeviceProfilesSettings95 mProfileManager = mManager.getProfileManager(); in onCreate()404 return mProfileManager.getProfileByName(key); in getProfileOf()