HomeSort by relevance Sort by last modified time
    Searched refs:notExist (Results 1 - 2 of 2) 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/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 584 SIPResponse notExist = sipRequest
588 sipProvider.sendResponse(notExist);
    [all...]

Completed in 4082 milliseconds