android_packages_apps_Settings/tests/robotests
Bruno Martins 88c3633660 Biometrics: Pass halHandlesDisplayTouches to FingerprintSensorPropertiesInternal
Depends-on: I56166950c6ef7cbb0c4ac2c0b7998e4a909d4af9
Change-Id: I1b7eef5449f813deee23ebe9ff07d4d3b73ccf4b
2025-03-28 08:01:05 +00:00
..
assets
config Use NATIVE SQLiteMode in Robolectric 2024-09-20 01:46:57 +00:00
res (1/n) Make the GlifHeader scrollable on FingerprintEnrollEnrolling( 2024-11-13 16:26:32 +00:00
resources/META-INF/services
src/com/android/settings Biometrics: Pass halHandlesDisplayTouches to FingerprintSensorPropertiesInternal 2025-03-28 08:01:05 +00:00
testutils/com/android/settings/testutils [SPA] Add biometric authentication for package modification 2024-12-02 09:36:05 +00:00
Android.bp Fix flaky tests due to shared system property 2024-10-15 19:08:30 +08:00
AndroidManifest.xml
new_tests_hook.sh
OWNERS Create an empty color and motion screen with Catalyst Infra 2024-10-18 18:36:13 +00:00
README.md

Running Settings Robolectric tests

The full suite

$ croot
$ atest SettingsRoboTests

Running a single test class

With a filter

$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest

You can also run any single test class with atest (it will try to find the correct path)

$ atest AdaptiveSleepPreferenceControllerTest