Searched refs:getNameResource (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfile.java59 int getNameResource(BluetoothDevice device); method in interface:LocalBluetoothProfile
H A DOppProfile.java78 public int getNameResource(BluetoothDevice device) { method in class:OppProfile
H A DPbapServerProfile.java120 public int getNameResource(BluetoothDevice device) { method in class:PbapServerProfile
H A DA2dpProfile.java180 public int getNameResource(BluetoothDevice device) { method in class:A2dpProfile
H A DHidProfile.java151 public int getNameResource(BluetoothDevice device) { method in class:HidProfile
H A DPanProfile.java129 public int getNameResource(BluetoothDevice device) { method in class:PanProfile
H A DDeviceProfilesSettings.java190 pref.setTitle(profile.getNameResource(mCachedDevice.getDevice()));
262 String profileName = context.getString(profile.getNameResource(device.getDevice()));
H A DHeadsetProfile.java193 public int getNameResource(BluetoothDevice device) { method in class:HeadsetProfile
H A DMapProfile.java179 public int getNameResource(BluetoothDevice device) { method in class:MapProfile
/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/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DImagePreset.java426 ((FilterFxRepresentation) representation).getNameResource() == R.string.none;

Completed in 126 milliseconds