Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportDialogFragment.java67 public static final String EXTRA_SIM_CONTACT_COUNT_PREFIX = "simContactCount_"; field in ImportDialogFragment
92 args.putInt(EXTRA_SIM_CONTACT_COUNT_PREFIX + sim.getSimId(), contacts.size()); in show()
231 return args.getInt(EXTRA_SIM_CONTACT_COUNT_PREFIX + sim.getSimId(), -1); in getSimContactCount()