Searched refs:psp (Results 1 – 3 of 3) sorted by relevance
319 PbapServerProfile psp = mock(PbapServerProfile.class); in pbapProfileStartsEnabled() local320 when(psp.getNameResource(mDevice)) in pbapProfileStartsEnabled()322 when(psp.getSummaryResourceForDevice(mDevice)) in pbapProfileStartsEnabled()324 when(psp.toString()).thenReturn(PbapServerProfile.NAME); in pbapProfileStartsEnabled()325 when(psp.isProfileReady()).thenReturn(true); in pbapProfileStartsEnabled()326 when(mProfileManager.getPbapProfile()).thenReturn(psp); in pbapProfileStartsEnabled()346 PbapServerProfile psp = mock(PbapServerProfile.class); in pbapProfileStartsDisabled() local347 when(psp.getNameResource(mDevice)) in pbapProfileStartsDisabled()349 when(psp.getSummaryResourceForDevice(mDevice)) in pbapProfileStartsDisabled()351 when(psp.toString()).thenReturn(PbapServerProfile.NAME); in pbapProfileStartsDisabled()[all …]
283 PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in onPreferenceClick() local284 if (TextUtils.equals(preference.getKey(), psp.toString())) { in onPreferenceClick()285 profile = psp; in onPreferenceClick()328 final PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in getProfiles() local329 result.add(psp); in getProfiles()