Searched refs:contextsList (Results 1 – 1 of 1) sorted by relevance
297 List<Integer> contextsList = carVolumeGroup.getContextsForAddress(MEDIA_DEVICE_ADDRESS); in getContextsForAddress_returnsContextsBoundToThatAddress() local300 .that(contextsList).containsExactly(TEST_MEDIA_CONTEXT_ID, in getContextsForAddress_returnsContextsBoundToThatAddress()308 List<Integer> contextsList = carVolumeGroup.getContextsForAddress(OTHER_ADDRESS); in getContextsForAddress_returnsEmptyArrayIfAddressNotBound() local311 .that(contextsList).isEmpty(); in getContextsForAddress_returnsEmptyArrayIfAddressNotBound()