Home
last modified time | relevance | path

Searched refs:KEY_TITLE_ID (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimDialogFragment.java34 private static final String KEY_TITLE_ID = "title_id"; field in SimDialogFragment
43 args.putInt(KEY_TITLE_ID, titleResId); in initArguments()
52 return getArguments().getInt(KEY_TITLE_ID); in getTitleResId()
/aosp12/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerDialog.java41 protected static final String KEY_TITLE_ID = "title_id"; field in ColorPickerDialog
78 bundle.putInt(KEY_TITLE_ID, titleResId); in setArguments()
93 mTitleResId = getArguments().getInt(KEY_TITLE_ID); in onCreate()