Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java290 PbapServerProfile psp = mock(PbapServerProfile.class); in pbapProfileStartsEnabled() local
291 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() local
313 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()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java172 PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in onPreferenceClick() local
173 if (TextUtils.equals(preference.getKey(), psp.toString())) { in onPreferenceClick()
174 profile = psp; in onPreferenceClick()
200 final PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in getProfiles() local
201 result.add(psp); in getProfiles()
DDeviceProfilesSettings.java196 final PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in addPreferencesForProfiles() local
197 CheckBox pbapPref = createProfilePreference(psp); in addPreferencesForProfiles()
/packages/inputmethods/LatinIME/dictionaries/
Dsv_wordlist.combined.gz