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

Commit 55eb9c0c authored by JianYang Liu's avatar JianYang Liu
Browse files

Fixed AAAPlusPlusVerifySysuiRequiredTestPropertiesTest broken by missing

annotation in CarKeyguardViewControllerTest.

Bug: 156115497
Test: atest AAAPlusPlusVerifySysuiRequiredTestPropertiesTest
Change-Id: I750ced1c04d6fb3f09f1580c7f7dc0b332626b8f
parent d59d694f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ import android.testing.TestableLooper;
import android.view.LayoutInflater;
import android.view.ViewGroup;

import androidx.test.filters.SmallTest;

import com.android.internal.widget.LockPatternUtils;
import com.android.keyguard.KeyguardUpdateMonitor;
import com.android.keyguard.ViewMediatorCallback;
@@ -58,6 +60,7 @@ import dagger.Lazy;

@RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper
@SmallTest
public class CarKeyguardViewControllerTest extends SysuiTestCase {

    private TestableCarKeyguardViewController mCarKeyguardViewController;