Searched refs:KEY_TITLE_ID (Results 1 – 2 of 2) sorted by relevance
34 private static final String KEY_TITLE_ID = "title_id"; field in SimDialogFragment43 args.putInt(KEY_TITLE_ID, titleResId); in initArguments()52 return getArguments().getInt(KEY_TITLE_ID); in getTitleResId()
41 protected static final String KEY_TITLE_ID = "title_id"; field in ColorPickerDialog78 bundle.putInt(KEY_TITLE_ID, titleResId); in setArguments()93 mTitleResId = getArguments().getInt(KEY_TITLE_ID); in onCreate()