Searched defs:getNameResource (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterFxRepresentation.java65 setNameResource(representation.getNameResource());
97 public int getNameResource() { method in class:FilterFxRepresentation
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesControllerTest.java165 public int getNameResource(BluetoothDevice device) { method in class:BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile
213 mConnectableProfiles.get(i).getNameResource(mDevice));
291 when(psp.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_pbap);
313 when(psp.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_pbap);
333 when(mapProfile.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_map);
354 when(profile.getNameResource(mDevice)).thenReturn(R.string.bluetooth_profile_a2dp);

Completed in 110 milliseconds