Searched refs:mHistoryFileName (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ActivityChooserModel.java | 262 private final String mHistoryFileName; field in ActivityChooserModel 363 mHistoryFileName = historyFileName + HISTORY_FILE_EXTENSION; in ActivityChooserModel() 365 mHistoryFileName = historyFileName; in ActivityChooserModel() 587 if (!TextUtils.isEmpty(mHistoryFileName)) { in persistHistoricalDataIfNeeded() 589 new ArrayList<HistoricalRecord>(mHistoricalRecords), mHistoryFileName); in persistHistoricalDataIfNeeded() 736 !TextUtils.isEmpty(mHistoryFileName)) { in readHistoricalDataIfNeeded() 986 fis = mContext.openFileInput(mHistoryFileName); in readHistoricalDataImpl() 989 Log.i(LOG_TAG, "Could not open historical records file: " + mHistoryFileName); in readHistoricalDataImpl() 1040 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, xppe); in readHistoricalDataImpl() 1042 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, ioe); in readHistoricalDataImpl() [all …]
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActivityChooserModel.java | 252 private final String mHistoryFileName; field in ActivityChooserModel 353 mHistoryFileName = historyFileName + HISTORY_FILE_EXTENSION; in ActivityChooserModel() 355 mHistoryFileName = historyFileName; in ActivityChooserModel() 576 if (!TextUtils.isEmpty(mHistoryFileName)) { in persistHistoricalDataIfNeeded() 578 new ArrayList<HistoricalRecord>(mHistoricalRecords), mHistoryFileName); in persistHistoricalDataIfNeeded() 714 !TextUtils.isEmpty(mHistoryFileName)) { in readHistoricalDataIfNeeded() 964 fis = mContext.openFileInput(mHistoryFileName); in readHistoricalDataImpl() 967 Log.i(LOG_TAG, "Could not open historical records file: " + mHistoryFileName); in readHistoricalDataImpl() 1018 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, xppe); in readHistoricalDataImpl() 1020 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, ioe); in readHistoricalDataImpl() [all …]
|