Searched refs:mSimOnly (Results 1 – 1 of 1) sorted by relevance
69 private boolean mSimOnly = false; field in ImportDialogFragment106 mSimOnly = args != null && args.getBoolean(EXTRA_SIM_ONLY, false); in onCreate()236 if (res.getBoolean(R.bool.config_allow_import_from_vcf_file) && !mSimOnly) { in addItems()