Searched refs:notExist (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DFormatterTest.java145 private File notExist; field in class:FormatterTest
233 f = new Formatter(notExist.getPath());
265 f = new Formatter(notExist.getPath(), null);
271 f = new Formatter(notExist.getPath(), Charset.defaultCharset().name());
276 f = new Formatter(notExist.getPath(), "ISO 1111-1");
311 f = new Formatter(notExist.getPath(), null, Locale.KOREA);
317 f = new Formatter(notExist.getPath(), Charset.defaultCharset().name(),
322 f = new Formatter(notExist.getPath(), Charset.defaultCharset().name(),
328 f = new Formatter(notExist.getPath(), "ISO 1111-1", Locale.CHINA);
362 f = new Formatter(notExist);
[all...]
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogFilter.java584 SIPResponse notExist = sipRequest
588 sipProvider.sendResponse(notExist);

Completed in 73 milliseconds