Home
last modified time | relevance | path

Searched refs:initArguments (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimDialogFragment.java40 protected static Bundle initArguments(int dialogType, int titleResId) { in initArguments() method in SimDialogFragment
H A DPreferredSimDialogFragment.java47 final Bundle args = initArguments(SimDialogActivity.PREFERRED_PICK, in newInstance()
H A DSimListDialogFragment.java63 final Bundle args = initArguments(dialogType, titleResId); in newInstance()