OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:importType
(Results
1 - 3
of
3
) sorted by null
/external/mockito/src/test/java/org/mockitousage/
PlaygroundWithDemoOfUnclonedParametersProblemTest.java
40
int
importType
= 0;
43
ImportLogBean initialLog = new ImportLogBean(currentDate,
importType
);
46
given(importLogDao.anyImportRunningOrRunnedToday(
importType
, currentDate)).willReturn(false);
50
importManager.startImportProcess(
importType
, currentDate);
59
int
importType
= 0;
62
ImportLogBean finalLog = new ImportLogBean(currentDate,
importType
);
65
given(importLogDao.anyImportRunningOrRunnedToday(
importType
, currentDate)).willReturn(false);
69
importManager.startImportProcess(
importType
, currentDate);
94
public void startImportProcess(int
importType
, Date date) {
98
importLogBean = createResume(
importType
, date)
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/util/
ICUServiceBuilder.java
143
String
importType
= xpp.getAttributeValue(-1, "type");
146
path = "//ldml/collations/collation[@type=\"" +
importType
+ "\"]/cr";
[
all
...]
/external/error_prone/javac/
javac-9+181-r4173-1.jar
Completed in 195 milliseconds