Searched refs:EXTRA_SIM_CONTACT_COUNT_PREFIX (Results 1 – 1 of 1) sorted by relevance
67 public static final String EXTRA_SIM_CONTACT_COUNT_PREFIX = "simContactCount_"; field in ImportDialogFragment92 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()