Resolve flaky NullBindingCallScreeningServiceTest

Mark testNullBindingOnIncomingCall as flaky. The flakiness has increased
from 0.4% to 2% but there haven't been any platform changes around this
logic so it's hard to ascertain why the service isn't being unbound when
a null binding is returned. A null bindingis received but I don't see any indication that the service is being unbound. The connection passed into unbindService is also non-null from looking at the logs and the test is passing on the 2nd run. Marking this test as flaky for now until a more accurate root cause can be determined.

Bug: 361490107
Test: atest NullBindingCallScreeningServiceTest
Flag: TEST_ONLY
Change-Id: I52619f019f280514a47422656fc10f79c674d6da
1 file changed