HomeSort by relevance Sort by last modified time
    Searched full:foundv4 (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/net/jni/
NativeDnsJni.c 40 int foundv4 = 0; local
48 foundv4 = 1;
61 if (foundv4 != 1 && foundv6 != 1) {
73 int foundv4 = 0; local
82 foundv4 = 1;
94 if (foundv4 == 1 || foundv6 != 1) {
  /cts/tests/tests/net/src/android/net/cts/
DnsTest.java 61 boolean foundV4 = false, foundV6 = false;
63 if (addr instanceof Inet4Address) foundV4 = true;
68 // assertTrue(foundV4);
72 assertTrue(foundV4 || foundV6);
78 foundV4 = false;
81 if (addr instanceof Inet4Address) foundV4 = true;
86 assertTrue(foundV4 == false);

Completed in 162 milliseconds