Searched refs:TEST_HANDLE_ID (Results 1 – 1 of 1) sorted by relevance
29 private static final int TEST_HANDLE_ID = 1; field in CarAudioPatchHandleUnitTest33 TEST_HANDLE_ID, TEST_SOURCE_ADDRESS, TEST_SINK_ADDRESS);38 new CarAudioPatchHandle(TEST_HANDLE_ID, /* sourceAddress= */ null, in constructor_withNullSourceAddress()49 new CarAudioPatchHandle(TEST_HANDLE_ID, TEST_SOURCE_ADDRESS, in constructor_withNullSinkAddress()61 expectWithMessage("Audio patch string for id %s", TEST_HANDLE_ID).that( in toString_containsIdAndAddresses()62 audioPatchHandleString).contains(Integer.toString(TEST_HANDLE_ID)); in toString_containsIdAndAddresses()78 .that(handleFromParcel.getHandleId()).isEqualTo(TEST_HANDLE_ID); in writeToParcel_createFromParcel()107 .isEqualTo(TEST_HANDLE_ID); in getHandleId()