Home
last modified time | relevance | path

Searched refs:getDomain (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContentRatingTest.java41 assertEquals(DOMAIN, rating.getDomain()); in testCreateRating()
57 assertEquals(DOMAIN, rating.getDomain()); in testFlattenAndUnflatten()
/cts/tests/tests/net/src/android/net/cts/
DIpSecBaseTest.java80 protected static int getDomain(InetAddress address) { in getDomain() method in IpSecBaseTest
313 int domain = getDomain(localAddr); in getNativeUdpSocketPair()
335 int domain = getDomain(localAddr); in getNativeTcpSocketPair()
DIpSecManagerTest.java125 Os.socket(getDomain(address), OsConstants.SOCK_DGRAM, OsConstants.IPPROTO_UDP); in getBoundUdpSocket()