Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActivityChooserModel.java1072 String hostoryFileName = (String) args[1]; in doInBackground() local
1077 fos = mContext.openFileOutput(hostoryFileName, Context.MODE_PRIVATE); in doInBackground()
1079 Log.e(LOG_TAG, "Error writing historical recrod file: " + hostoryFileName, fnfe); in doInBackground()