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

Commit 825bb2d3 authored by Fan Wu's avatar Fan Wu
Browse files

Update ShadowStorageManager

Bug: 320820008

Test: atest SettingsRoboTests
Change-Id: I550bcade31f5d9ed8d2d9dd5be3a6c1eed5f1f0b
parent b34e6722
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import java.util.ArrayList;
import java.util.List;

@Implements(StorageManager.class)
public class ShadowStorageManager {
public class ShadowStorageManager extends org.robolectric.shadows.ShadowStorageManager {

    private static boolean sIsUnmountCalled;
    private static boolean sIsForgetCalled;