Searched refs:verifyPassthroughQNames (Results 1 – 2 of 2) sorted by relevance
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsOffloadManagerTest.java | 30 import static com.android.tv.mdnsoffloadmanager.TestHelpers.verifyPassthroughQNames; 419 verifyPassthroughQNames(mVendorService, IFC_0, "atv"); in addingToPassthroughList_setsPassthroughBehaviorAndPropagatesToVendorService() 438 verifyPassthroughQNames(mVendorService, IFC_0, "atv", "gtv", "airplay"); in passthroughOrderIsMaintained() 455 verifyPassthroughQNames(mVendorService, IFC_0, "atv", "airplay"); in removingPassthroughQName_maintainsOrder() 476 verifyPassthroughQNames(mVendorService, IFC_0, "atv", "gtv", "airplay"); in removingNonexistentPassthroughQName_doesNothing() 491 verifyPassthroughQNames(mVendorService, IFC_0, "atv", "gtv", "airplay"); in removingPassthroughQNameHoldingInvalidClientBinder_doesNothing() 520 verifyPassthroughQNames(mVendorService, IFC_0, "atv", "gtv"); in passthroughQNamesFromPriorityListTakePrecedence() 526 verifyPassthroughQNames(mVendorService, IFC_0, "_googlecast._tcp.local", "atv", "gtv"); in passthroughQNamesFromPriorityListTakePrecedence() 540 verifyPassthroughQNames(mVendorService, IFC_0, "_SERVICE012._gtv.local"); in passthroughPreservesCase() 554 verifyPassthroughQNames( in whenOutOfMemoryCapacity_priorityListQNamesAreNotEvicted() [all …]
|
D | TestHelpers.java | 138 static void verifyPassthroughQNames( in verifyPassthroughQNames() method in TestHelpers
|