HomeSort by relevance Sort by last modified time
    Searched refs:textid (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterPointRepresentation.java 25 public FilterPointRepresentation(String type, int textid, int editorID) {
29 setTextId(textid);
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 350 int textid = 0; local
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 64 milliseconds