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

Commit 4fce595c authored by Hui Yu's avatar Hui Yu
Browse files

Renaming method for inclusive language.

Bug: 171305836
Test: Build and complile
Change-Id: I8730ccf362b0ee393924a446f70ebcd086e7ef11
parent 5a0f908d
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(),