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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/editor/
SelectAccountDialogFragment.java 52 * @param titleResourceId resource ID to use as the title.
59 F targetFragment, int titleResourceId,
62 args.putInt(KEY_TITLE_RES_ID, titleResourceId);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedAction.java 235 * @param titleResourceId The resource id of title for this action.
237 public B title(@StringRes int titleResourceId) {
238 mTitle = getContext().getString(titleResourceId);
    [all...]

Completed in 734 milliseconds