Home
last modified time | relevance | path

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

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