Searched refs:mHistoryFileName (Results 1 – 2 of 2) sorted by relevance
263 private final String mHistoryFileName; field in ActivityChooserModel365 mHistoryFileName = historyFileName + HISTORY_FILE_EXTENSION; in ActivityChooserModel()367 mHistoryFileName = historyFileName; in ActivityChooserModel()594 if (!TextUtils.isEmpty(mHistoryFileName)) { in persistHistoricalDataIfNeeded()596 new ArrayList<HistoricalRecord>(mHistoricalRecords), mHistoryFileName); in persistHistoricalDataIfNeeded()743 !TextUtils.isEmpty(mHistoryFileName)) { in readHistoricalDataIfNeeded()993 fis = mContext.openFileInput(mHistoryFileName); in readHistoricalDataImpl()996 Log.i(LOG_TAG, "Could not open historical records file: " + mHistoryFileName); in readHistoricalDataImpl()1047 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, xppe); in readHistoricalDataImpl()1049 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, ioe); in readHistoricalDataImpl()[all …]
80550 Landroid/widget/ActivityChooserModel;->mHistoryFileName:Ljava/lang/String;