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 331 final int notExist = -1;
334 if (notExist != pos) {
339 assertEquals(notExist, pos);
350 assertTrue(notExist != pos);
372 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 64 milliseconds