OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
352
int
textid
= 0;
local
360
textid
= R.string.process_provider_in_use_description;
372
textid
= R.string.process_service_in_use_description;
384
if (
textid
!= 0 && label != null) {
385
description.setText(getActivity().getString(
textid
, label));
Completed in 138 milliseconds