Searched refs:isTranscodeFileCached (Results 1 – 5 of 5) sorted by relevance
42 public boolean isTranscodeFileCached(String path, String transcodePath); in isTranscodeFileCached() method
63 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() method in TranscodeHelperNoOp
1094 } else if (isTranscodeFileCached(path, ioPath)) { in onFileOpen()1117 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() method in TranscodeHelperImpl
2292 if (mTranscodeHelper.isTranscodeFileCached(src, dst)) { in transformForFuse()2377 final boolean transformsComplete = mTranscodeHelper.isTranscodeFileCached(path, ioPath); in handleTranscodedFileLookup()
44 assertThat(mTranscodeHelper.isTranscodeFileCached(TEST_STRING, TEST_STRING)).isFalse(); in testBasicFunctionality()