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

Commit e1753073 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Refactor CountryDetectorServiceTest"

parents 7c32f22d 73afb9c0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -179,8 +179,9 @@ public class CountryDetectorServiceTest {
        mCountryDetectorService.systemRunning();
        mCountryDetectorService.addCountryListener(countryListenerA);
        mCountryDetectorService.addCountryListener(countryListenerB);
        expect.that(countryListenerA.isNotified()).isFalse();
        expect.that(countryListenerB.isNotified()).isFalse();
        //Immediate Callback Info support at ag/20470367
        expect.that(countryListenerA.isNotified()).isTrue();
        expect.that(countryListenerB.isNotified()).isTrue();
        mCountryDetectorService.notifyReceivers(country);

        expect.that(countryListenerA.isNotified()).isTrue();