Searched refs:otherFile (Results 1 – 2 of 2) sorted by relevance
82 File otherFile = new File(mTempDir, "test.txt"); in compareTo_biggerFileSortsAhead() local83 FileWriter fileWriter = new FileWriter(otherFile); in compareTo_biggerFileSortsAhead()87 new DownloadsFilePreference(mContext, otherFile, mIconProvider); in compareTo_biggerFileSortsAhead()97 File otherFile = new File(mTempDir, "test.txt"); in compareTo_fallbackToFileName() local99 new DownloadsFilePreference(mContext, otherFile, mIconProvider); in compareTo_fallbackToFileName()
61 File otherFile = ((DownloadsFilePreference) other).getFile(); in compareTo() local65 int comparison = Long.compare(otherFile.length(), file.length()); in compareTo()67 comparison = file.compareTo(otherFile); in compareTo()