Searched refs:stringRes (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
H A DByResource.java38 * Creates a BySelector for the text of {@code stringRes} from {@code resources}.
42 public static BySelector text(Resources resources, int stringRes) { argument
43 String text = resources.getString(stringRes);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DFallbackSource.java446 public SimpleInflater(int stringRes) { argument
447 this(stringRes, null);
454 public SimpleInflater(int stringRes, String columnName) { argument
455 mStringRes = stringRes;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DBaseAccountType.java456 public SimpleInflater(int stringRes) { argument
457 this(stringRes, null);
464 public SimpleInflater(int stringRes, String columnName) { argument
465 mStringRes = stringRes;

Completed in 425 milliseconds