Searched refs:mCfInfo (Results 1 – 1 of 1) sorted by relevance
60 private HashMap<String, String> mCfInfo; field in CallForwardEditPreference92 mCfInfo = new HashMap<String, String>(); in init()189 mCfInfo.put(CarrierXmlParser.TAG_ENTRY_NUMBER, number); in onDialogClosed()190 mCfInfo.put(CarrierXmlParser.TAG_ENTRY_TIME, Integer.toString(time)); in onDialogClosed()192 mCfInfo.clear(); in onDialogClosed()514 sendUssdCommand(mUssdCallback, mSsAction, mCfInfo.isEmpty() ? null : mCfInfo); in prepareUssdCommand()