Searched refs:OUT_OF_RANGE_ZONE (Results 1 – 1 of 1) sorted by relevance
272 private static final int OUT_OF_RANGE_ZONE = TEST_REAR_ROW_3_ZONE_ID + 1; field in CarAudioServiceUnitTest1296 () -> service.setZoneIdForUid(OUT_OF_RANGE_ZONE, MEDIA_APP_UID)); in setZoneIdForUid_withoutRoutingPermission_fails()1332 () -> service.setZoneIdForUid(OUT_OF_RANGE_ZONE, MEDIA_APP_UID)); in setZoneIdForUid_withOutOfRangeZone_fails()1336 .contains("Invalid audio zone Id " + OUT_OF_RANGE_ZONE); in setZoneIdForUid_withOutOfRangeZone_fails()2922 .thenReturn(OUT_OF_RANGE_ZONE); in requestMediaAudioOnPrimaryZone_withNonAssignedOccupant_fails()