Merge "Fixed the robo test failed in FoldLockBehaviorSettingsTest" into main

This commit is contained in:
Treehugger Robot
2023-09-18 07:36:10 +00:00
committed by Android (Google) Code Review

View File

@@ -24,13 +24,19 @@ import android.content.Context;
import android.os.UserHandle;
import android.provider.Settings;
import com.android.settings.testutils.shadow.ShadowSystemSettings;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
import org.robolectric.RuntimeEnvironment;
import org.robolectric.annotation.Config;
@RunWith(RobolectricTestRunner.class)
@Config(shadows = {
ShadowSystemSettings.class,
})
public class FoldLockBehaviorSettingsTest {
private Context mContext;