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

Commit 384dc99e authored by Haining Chen's avatar Haining Chen
Browse files

Add AdaptiveAuthServiceTest to presubmit

Bug: 285053096
Test: atest AdaptiveAuthServiceTest
Test: atest --test-mapping frameworks/base/TEST_MAPPING:presubmit-large
      Verify that AdaptiveAuthServiceTest runs
Change-Id: I58efcc3b82d8b0ba2aa2e7bb67e4cc0ef4c79da9
parent be988cb1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ import android.content.pm.PackageManager;
import android.hardware.biometrics.AuthenticationStateListener;
import android.hardware.biometrics.BiometricManager;
import android.os.RemoteException;
import android.platform.test.annotations.Presubmit;
import android.platform.test.flag.junit.SetFlagsRule;

import androidx.test.InstrumentationRegistry;
@@ -64,6 +65,7 @@ import org.mockito.MockitoAnnotations;
/**
 * atest FrameworksServicesTests:AdaptiveAuthServiceTest
 */
@Presubmit
@SmallTest
@RunWith(AndroidJUnit4.class)
public class AdaptiveAuthServiceTest {