Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/
DPlaygroundWithDemoOfUnclonedParametersProblemTest.java40 int importType = 0; in shouldIncludeInitialLog() local
43 ImportLogBean initialLog = new ImportLogBean(currentDate, importType); in shouldIncludeInitialLog()
46 … given(importLogDao.anyImportRunningOrRunnedToday(importType, currentDate)).willReturn(false); in shouldIncludeInitialLog()
50 importManager.startImportProcess(importType, currentDate); in shouldIncludeInitialLog()
59 int importType = 0; in shouldAlterFinalLog() local
62 ImportLogBean finalLog = new ImportLogBean(currentDate, importType); in shouldAlterFinalLog()
65 … given(importLogDao.anyImportRunningOrRunnedToday(importType, currentDate)).willReturn(false); in shouldAlterFinalLog()
69 importManager.startImportProcess(importType, currentDate); in shouldAlterFinalLog()
94 public void startImportProcess(int importType, Date date) {
98 importLogBean = createResume(importType, date);
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java143 String importType = xpp.getAttributeValue(-1, "type"); in getRuleBasedCollator() local
146 path = "//ldml/collations/collation[@type=\"" + importType + "\"]/cr"; in getRuleBasedCollator()