Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportDialogFragment.java65 public static final String EXTRA_SIM_ONLY = "extraSimOnly"; field in ImportDialogFragment
86 args.putBoolean(EXTRA_SIM_ONLY, !includeVcf); in show()
106 mSimOnly = args != null && args.getBoolean(EXTRA_SIM_ONLY, false); in onCreate()