Home
last modified time | relevance | path

Searched refs:getNameResource (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java165 public int getNameResource(BluetoothDevice device) { in getNameResource() method in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile
213 mConnectableProfiles.get(i).getNameResource(mDevice)); in verifyProfileSwitchTitles()
291 when(psp.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_pbap); in pbapProfileStartsEnabled()
313 when(psp.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_pbap); in pbapProfileStartsDisabled()
333 when(mapProfile.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_map); in mapProfile()
354 when(profile.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_a2dp); in addMockA2dpProfile()
DDeviceProfilesSettingsTest.java80 when(mProfile.getNameResource(any())).thenReturn(R.string.bluetooth_profile_a2dp); in setUp()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterFxRepresentation.java65 setNameResource(representation.getNameResource()); in useParametersFrom()
97 public int getNameResource() { in getNameResource() method in FilterFxRepresentation
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java235 pref.setText(profile.getNameResource(mCachedDevice.getDevice())); in createProfilePreference()
295 String profileName = context.getString(profile.getNameResource(device.getDevice())); in askDisconnect()
DBluetoothDetailsProfilesController.java87 pref.setTitle(profile.getNameResource(mCachedDevice.getDevice())); in createProfilePreference()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothProfileLineItem.java46 super(context.getText(profile.getNameResource(cachedBluetoothDevice.getDevice()))); in BluetoothProfileLineItem()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java426 ((FilterFxRepresentation) representation).getNameResource() == R.string.none; in isNoneFxFilter()