Merge "Don't reset channel field when loading the app" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7ae4b0bbdc
@@ -250,8 +250,7 @@ public class BlockPreferenceControllerTest {
|
||||
|
||||
verify(mBackend, times(2)).updateChannel(any(), anyInt(), any());
|
||||
|
||||
// 2 calls for onSwitchChanged + once when calling updateState originally
|
||||
verify(mBackend, times(3)).setNotificationsEnabledForPackage(
|
||||
verify(mBackend, times(2)).setNotificationsEnabledForPackage(
|
||||
anyString(), anyInt(), anyBoolean());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user