Searched refs:SERVICE_AIRPLAY (Results 1 – 2 of 2) sorted by relevance
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsOffloadManagerTest.java | 22 import static com.android.tv.mdnsoffloadmanager.TestHelpers.SERVICE_AIRPLAY; 312 mOffloadManagerBinder.addProtocolResponses(IFC_0, SERVICE_AIRPLAY, mClientBinder0); in offloadingOrderIsMaintained() 315 verifyOffloadedServices(mVendorService, IFC_0, SERVICE_ATV, SERVICE_GTV, SERVICE_AIRPLAY); in offloadingOrderIsMaintained() 328 mOffloadManagerBinder.addProtocolResponses(IFC_0, SERVICE_AIRPLAY, mClientBinder0); in removingOffloadedRecord_maintainsOrder() 330 verifyOffloadedServices(mVendorService, IFC_0, SERVICE_ATV, SERVICE_GTV, SERVICE_AIRPLAY); in removingOffloadedRecord_maintainsOrder() 335 verifyOffloadedServices(mVendorService, IFC_0, SERVICE_ATV, SERVICE_AIRPLAY); in removingOffloadedRecord_maintainsOrder() 343 mOffloadManagerBinder.addProtocolResponses(IFC_0, SERVICE_AIRPLAY, mClientBinder0); in removingInvalidRecordKey_doesNothing() 345 verifyOffloadedServices(mVendorService, IFC_0, SERVICE_ATV, SERVICE_GTV, SERVICE_AIRPLAY); in removingInvalidRecordKey_doesNothing() 350 verifyOffloadedServices(mVendorService, IFC_0, SERVICE_ATV, SERVICE_GTV, SERVICE_AIRPLAY); in removingInvalidRecordKey_doesNothing() 359 mOffloadManagerBinder.addProtocolResponses(IFC_0, SERVICE_AIRPLAY, mClientBinder0); in removingRecordHoldingInvalidClientBinder_doesNothing() [all …]
|
D | TestHelpers.java | 31 static final OffloadServiceInfo SERVICE_AIRPLAY field in TestHelpers
|