Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 514c2fd9 authored by Hui Yu's avatar Hui Yu Committed by Android (Google) Code Review
Browse files

Merge "Renaming method for inclusive language." into sc-dev

parents 130a0157 4fce595c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(),