HomeSort by relevance Sort by last modified time
    Searched refs:notExist (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 353 final int notExist = -1;
356 if (notExist != pos) {
361 assertEquals(notExist, pos);
372 assertTrue(notExist != pos);
399 assertFalse(mWifiManager.removeNetwork(notExist));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 145 private File notExist;
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/
DialogFilter.java 584 SIPResponse notExist = sipRequest
588 sipProvider.sendResponse(notExist);
    [all...]

Completed in 927 milliseconds