Searched refs:textid (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterPointRepresentation.java25 public FilterPointRepresentation(String type, int textid, int editorID) { argument
29 setTextId(textid);
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningServiceDetails.java350 int textid = 0;
358 textid = R.string.process_provider_in_use_description;
370 textid = R.string.process_service_in_use_description;
382 if (textid != 0 && label != null) {
383 description.setText(getActivity().getString(textid, label));

Completed in 260 milliseconds