Home
last modified time | relevance | path

Searched refs:isHardwareSupported (Results 1 – 25 of 117) sorted by relevance

12345

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/logging/
DHealthConnectDailyLogsStatsTests.java19 import static android.healthconnect.cts.HostSideTestUtil.isHardwareSupported;
61 if (!isHardwareSupported(getDevice())) { in setUp()
66 assertThat(isHardwareSupported(getDevice())).isTrue(); in setUp()
80 if (!isHardwareSupported(getDevice())) { in tearDown()
98 if (!isHardwareSupported(getDevice())) { in testConnectedApps()
119 if (!isHardwareSupported(getDevice())) { in testDatabaseStats()
143 if (!isHardwareSupported(getDevice())) { in testIsUserActive_insertRecord_userMonthlyActiveNextDay()
167 if (!isHardwareSupported(getDevice())) { in testIsUserActive_insertRecord_userMonthlyActiveBetween7To30days()
191 if (!isHardwareSupported(getDevice())) { in testIsUserActive_insertRecord_userNotMonthlyActiveAfter30Days()
215 if (!isHardwareSupported(getDevice())) { in testIsUserActive_readRecord_userMonthlyActiveNextDay()
[all …]
DHealthConnectServiceStatsTests.java19 import static android.healthconnect.cts.HostSideTestUtil.isHardwareSupported;
51 if (!isHardwareSupported(getDevice())) { in setUp()
76 if (!isHardwareSupported(getDevice())) { in testInsertRecords()
94 if (!isHardwareSupported(getDevice())) { in testInsertRecordsError()
112 if (!isHardwareSupported(getDevice())) { in testUpdateRecords()
131 if (!isHardwareSupported(getDevice())) { in testUpdateRecordsError()
150 if (!isHardwareSupported(getDevice())) { in testDeleteRecords()
174 if (!isHardwareSupported(getDevice())) { in testDeleteRecordsError()
192 if (!isHardwareSupported(getDevice())) { in testReadRecords()
211 if (!isHardwareSupported(getDevice())) { in testReadRecordsError()
[all …]
DHealthConnectUiLogsTests.kt24 import android.healthconnect.cts.HostSideTestUtil.isHardwareSupported
47 if (!isHardwareSupported(device)) { in setUp()
88 if (!isHardwareSupported(device)) { in testImpressionsAndInteractionsSent()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/dailyjob/
DDailyDeleteAccessLogTest.java22 import static android.healthconnect.cts.HostSideTestUtil.isHardwareSupported;
42 if (!isHardwareSupported(getDevice())) { in setUp()
54 if (!isHardwareSupported(getDevice())) { in tearDown()
68 if (!isHardwareSupported(getDevice())) { in testAccessLogsAreDeleted()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DHealthServicesInitializerTest.java19 import static android.healthconnect.cts.utils.TestUtils.isHardwareSupported;
42 if (!isHardwareSupported(context)) { in testRegisterServiceThrowsException()
57 if (isHardwareSupported(context)) { in testHealthServiceRegistered()
DExerciseRouteDisabledFeatureTest.java50 TestUtils::isHardwareSupported, "Tests should run on supported hardware only.");
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/ui/
DHealthConnectBaseTest.kt32 Assume.assumeTrue(isHardwareSupported()) in setUpClass()
49 private fun isHardwareSupported(): Boolean { in isHardwareSupported() method in android.healthconnect.cts.ui.HealthConnectBaseTest
DCategoriesFragmentTest.kt51 if (!TestUtils.isHardwareSupported()) { in setup()
61 if (!TestUtils.isHardwareSupported()) { in teardown()
DPermissionTypesFragmentTest.kt54 if (!TestUtils.isHardwareSupported()) { in setup()
67 if (!TestUtils.isHardwareSupported()) { in teardown()
DHomeFragmentTest.kt54 if (!TestUtils.isHardwareSupported()) { in setup()
65 if (!TestUtils.isHardwareSupported()) { in teardown()
DDataAccessFragmentTest.kt50 if (!TestUtils.isHardwareSupported()) { in tearDown()
/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthServicesInitializer.java46 if (!isHardwareSupported(context)) { in registerServiceWrappers()
55 private static boolean isHardwareSupported(Context context) { in isHardwareSupported() method in HealthServicesInitializer
/packages/apps/Settings/src/com/android/settings/biometrics/combination/
DBiometricFingerprintStatusPreferenceController.java62 return Utils.isMultipleBiometricsSupported(mContext) && isHardwareSupported(); in isDeviceSupported()
66 protected boolean isHardwareSupported() { in isHardwareSupported() method in BiometricFingerprintStatusPreferenceController
DBiometricFaceStatusPreferenceController.java61 return Utils.isMultipleBiometricsSupported(mContext) && isHardwareSupported(); in isDeviceSupported()
65 protected boolean isHardwareSupported() { in isHardwareSupported() method in BiometricFaceStatusPreferenceController
DCombinedBiometricStatusPreferenceController.java89 protected boolean isHardwareSupported() { in isHardwareSupported() method in CombinedBiometricStatusPreferenceController
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/ui/
DUiBaseTest.java52 Assume.assumeTrue(isHardwareSupported()); in setUp()
78 private static boolean isHardwareSupported() { in isHardwareSupported() method in UiBaseTest
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/HealthConnectTestHelper/src/android/healthconnect/cts/testhelper/
DHealthConnectUiTestHelper.kt49 Assume.assumeTrue(isHardwareSupported()) in setUpClass()
76 private fun isHardwareSupported(): Boolean { in isHardwareSupported() method in android.healthconnect.cts.testhelper.HealthConnectUiTestHelper
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricStatusPreferenceController.java59 protected abstract boolean isHardwareSupported(); in isHardwareSupported() method in BiometricStatusPreferenceController
104 if (!isHardwareSupported()) { in getAvailabilityStatusWithWorkProfileCheck()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DDeviceInfoUtils.kt92 return isHardwareSupported(context) && !isProfile(context) in isHealthConnectAvailable()
95 private fun isHardwareSupported(context: Context): Boolean { in isHealthConnectAvailable() method in com.android.healthconnect.controller.utils.DeviceInfoUtilsImpl
/packages/apps/Settings/src/com/android/settings/remoteauth/
DRemoteAuthStatusPreferenceController.kt37 override fun isHardwareSupported(): Boolean { in isHardwareSupported() method
/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/backuprestore/
DBackupRestoreE2ETest.java109 if (!TestUtils.isHardwareSupported()) { in setUp()
131 if (!TestUtils.isHardwareSupported()) { in testBackupThenRestore_over2000Records_expectDataIsRestoredCorrectly()
153 if (!TestUtils.isHardwareSupported()) { in testBackupThenRestore_trainingPlans_expectDataIsRestoredCorrectly()
/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/permissions/
DHealthConnectWithoutManagePermissionsTest.java59 TestUtils::isHardwareSupported, "Tests should run on supported hardware only.");
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintStatusPreferenceController.java90 protected boolean isHardwareSupported() { in isHardwareSupported() method in FingerprintStatusPreferenceController
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceStatusPreferenceController.java90 protected boolean isHardwareSupported() { in isHardwareSupported() method in FaceStatusPreferenceController
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/showmigrationinfointent/
DShowMigrationInfoIntentAbsentTest.java59 TestUtils::isHardwareSupported, "Tests should run on supported hardware only.");

12345