Home
last modified time | relevance | path

Searched refs:psp (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java319 PbapServerProfile psp = mock(PbapServerProfile.class); in pbapProfileStartsEnabled() local
320 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() local
347 when(psp.getNameResource(mDevice)) in pbapProfileStartsDisabled()
349 when(psp.getSummaryResourceForDevice(mDevice)) in pbapProfileStartsDisabled()
351 when(psp.toString()).thenReturn(PbapServerProfile.NAME); in pbapProfileStartsDisabled()
[all …]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java283 PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in onPreferenceClick() local
284 if (TextUtils.equals(preference.getKey(), psp.toString())) { in onPreferenceClick()
285 profile = psp; in onPreferenceClick()
328 final PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in getProfiles() local
329 result.add(psp); in getProfiles()
/packages/inputmethods/LatinIME/dictionaries/
Dsv_wordlist.combined.gz