Loading tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -611,7 +611,7 @@ public class MissedCallNotifierImplTest extends TelecomTestCase { assertNotNull("Not expecting null options bundle", bundleCaptor.getValue()); BroadcastOptions options = new BroadcastOptions(bundleCaptor.getValue()); assertTrue("App must have a temporary exemption set.", options.getTemporaryAppWhitelistDuration() > 0); options.getTemporaryAppAllowlistDuration() > 0); // A notification should never be posted by Telecom verify(mNotificationManager, never()).notifyAsUser(nullable(String.class), anyInt(), Loading Loading
tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -611,7 +611,7 @@ public class MissedCallNotifierImplTest extends TelecomTestCase { assertNotNull("Not expecting null options bundle", bundleCaptor.getValue()); BroadcastOptions options = new BroadcastOptions(bundleCaptor.getValue()); assertTrue("App must have a temporary exemption set.", options.getTemporaryAppWhitelistDuration() > 0); options.getTemporaryAppAllowlistDuration() > 0); // A notification should never be posted by Telecom verify(mNotificationManager, never()).notifyAsUser(nullable(String.class), anyInt(), Loading