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

  /packages/apps/Contacts/src/com/android/contacts/widget/
SelectPhoneAccountDialogFragment.java 54 private static final String ARG_TITLE_RES_ID = "title_res_id";
99 args.putInt(ARG_TITLE_RES_ID, titleResId);
152 mTitleResId = getArguments().getInt(ARG_TITLE_RES_ID);
  /packages/apps/Dialer/java/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 55 private static final String ARG_TITLE_RES_ID = "title_res_id";
105 args.putInt(ARG_TITLE_RES_ID, titleResId);
127 int titleResId = getArguments().getInt(ARG_TITLE_RES_ID);
  /packages/apps/Dialer/java/com/android/dialer/app/dialpad/
DialpadFragment.java     [all...]

Completed in 302 milliseconds