Update ShadowNotificationManager to extend from roboletric shadow library

Bug: 319052511

Test: atest
Change-Id: Ic89f7ef69ade4e4497f4b92e292e297e3c1e7bdc
This commit is contained in:
Fan Wu
2024-01-17 12:29:45 +08:00
parent c225153922
commit a98cc6a5dd

View File

@@ -27,7 +27,7 @@ import org.robolectric.annotation.Implements;
import java.util.Set; import java.util.Set;
@Implements(NotificationManager.class) @Implements(NotificationManager.class)
public class ShadowNotificationManager { public class ShadowNotificationManager extends org.robolectric.shadows.ShadowNotificationManager {
private int mZenMode; private int mZenMode;
private ZenModeConfig mZenModeConfig; private ZenModeConfig mZenModeConfig;