Searched refs:psp (Results 1 – 4 of 4) sorted by relevance
290 PbapServerProfile psp = mock(PbapServerProfile.class); in pbapProfileStartsEnabled() local291 when(psp.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_pbap); in pbapProfileStartsEnabled()292 when(psp.toString()).thenReturn(PbapServerProfile.NAME); in pbapProfileStartsEnabled()293 when(mProfileManager.getPbapProfile()).thenReturn(psp); in pbapProfileStartsEnabled()312 PbapServerProfile psp = mock(PbapServerProfile.class); in pbapProfileStartsDisabled() local313 when(psp.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_pbap); in pbapProfileStartsDisabled()314 when(psp.toString()).thenReturn(PbapServerProfile.NAME); in pbapProfileStartsDisabled()315 when(mProfileManager.getPbapProfile()).thenReturn(psp); in pbapProfileStartsDisabled()
172 PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in onPreferenceClick() local173 if (TextUtils.equals(preference.getKey(), psp.toString())) { in onPreferenceClick()174 profile = psp; in onPreferenceClick()200 final PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in getProfiles() local201 result.add(psp); in getProfiles()
196 final PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in addPreferencesForProfiles() local197 CheckBox pbapPref = createProfilePreference(psp); in addPreferencesForProfiles()