Searched defs:modelFile1 (Results 1 – 2 of 2) sorted by relevance
| /external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/downloader/ |
| D | DownloadedModelManagerImplTest.java | 188 File modelFile1 = new File(modelDownloaderDir, "modelFile1"); in onDownloadCompleted_newModelDownloaded() local 220 File modelFile1 = new File(modelDownloaderDir, "modelFile1"); in onDownloadCompleted_newModelDownloadFailed() local 248 File modelFile1 = new File(modelDownloaderDir, "modelFile1"); in onDownloadCompleted_flatUnset() local 288 File modelFile1 = new File(modelDownloaderDir, "modelFile1"); in onDownloadCompleted_modelsForMultipleLocalesDownloaded() local 307 File modelFile1 = new File(modelDownloaderDir, "modelFile1"); in onDownloadCompleted_multipleLocales_oneDownloadFailed() local 332 File modelFile1 = new File(modelDownloaderDir, "modelFile1"); in onDownoadCompleted_multipleLocales_replaceOldModel() local
|
| /external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/ |
| D | ModelFileManagerImplTest.java | 377 File modelFile1 = new File(rootTestDir, "annotator.en.model"); in regularFilePatternMatchLister() local 378 Files.copy(TestDataUtils.getTestAnnotatorModelFile(), modelFile1); in regularFilePatternMatchLister() local 398 File modelFile1 = new File(rootTestDir, "annotator.en.model"); in regularFilePatternMatchLister_disabled() local 399 Files.copy(TestDataUtils.getTestAnnotatorModelFile(), modelFile1); in regularFilePatternMatchLister_disabled() local
|