HomeSort by relevance Sort by last modified time
    Searched full:historyfilename (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 335 * @param historyFileName File name with choice history, <code>null</code>
341 public static ActivityChooserModel get(Context context, String historyFileName) {
343 ActivityChooserModel dataModel = sDataModelRegistry.get(historyFileName);
345 dataModel = new ActivityChooserModel(context, historyFileName);
346 sDataModelRegistry.put(historyFileName, dataModel);
356 * @param historyFileName The history XML file.
358 private ActivityChooserModel(Context context, String historyFileName) {
360 if (!TextUtils.isEmpty(historyFileName)
361 && !historyFileName.endsWith(HISTORY_FILE_EXTENSION)) {
362 mHistoryFileName = historyFileName + HISTORY_FILE_EXTENSION
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserModel.java 327 * @param historyFileName File name with choice history, <code>null</code>
333 public static ActivityChooserModel get(Context context, String historyFileName) {
335 ActivityChooserModel dataModel = sDataModelRegistry.get(historyFileName);
337 dataModel = new ActivityChooserModel(context, historyFileName);
338 sDataModelRegistry.put(historyFileName, dataModel);
348 * @param historyFileName The history XML file.
350 private ActivityChooserModel(Context context, String historyFileName) {
352 if (!TextUtils.isEmpty(historyFileName)
353 && !historyFileName.endsWith(HISTORY_FILE_EXTENSION)) {
354 mHistoryFileName = historyFileName + HISTORY_FILE_EXTENSION
    [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 

Completed in 344 milliseconds