/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/logging/ |
D | HealthConnectDailyLogsStatsTests.java | 19 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 …]
|
D | HealthConnectServiceStatsTests.java | 19 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 …]
|
D | HealthConnectUiLogsTests.kt | 24 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/ |
D | DailyDeleteAccessLogTest.java | 22 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/ |
D | HealthServicesInitializerTest.java | 19 import static android.healthconnect.cts.utils.TestUtils.isHardwareSupported; 42 if (!isHardwareSupported(context)) { in testRegisterServiceThrowsException() 57 if (isHardwareSupported(context)) { in testHealthServiceRegistered()
|
D | ExerciseRouteDisabledFeatureTest.java | 50 TestUtils::isHardwareSupported, "Tests should run on supported hardware only.");
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/ui/ |
D | HealthConnectBaseTest.kt | 32 Assume.assumeTrue(isHardwareSupported()) in setUpClass() 49 private fun isHardwareSupported(): Boolean { in isHardwareSupported() method in android.healthconnect.cts.ui.HealthConnectBaseTest
|
D | CategoriesFragmentTest.kt | 51 if (!TestUtils.isHardwareSupported()) { in setup() 61 if (!TestUtils.isHardwareSupported()) { in teardown()
|
D | PermissionTypesFragmentTest.kt | 54 if (!TestUtils.isHardwareSupported()) { in setup() 67 if (!TestUtils.isHardwareSupported()) { in teardown()
|
D | HomeFragmentTest.kt | 54 if (!TestUtils.isHardwareSupported()) { in setup() 65 if (!TestUtils.isHardwareSupported()) { in teardown()
|
D | DataAccessFragmentTest.kt | 50 if (!TestUtils.isHardwareSupported()) { in tearDown()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/ |
D | HealthServicesInitializer.java | 46 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/ |
D | BiometricFingerprintStatusPreferenceController.java | 62 return Utils.isMultipleBiometricsSupported(mContext) && isHardwareSupported(); in isDeviceSupported() 66 protected boolean isHardwareSupported() { in isHardwareSupported() method in BiometricFingerprintStatusPreferenceController
|
D | BiometricFaceStatusPreferenceController.java | 61 return Utils.isMultipleBiometricsSupported(mContext) && isHardwareSupported(); in isDeviceSupported() 65 protected boolean isHardwareSupported() { in isHardwareSupported() method in BiometricFaceStatusPreferenceController
|
D | CombinedBiometricStatusPreferenceController.java | 89 protected boolean isHardwareSupported() { in isHardwareSupported() method in CombinedBiometricStatusPreferenceController
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/ui/ |
D | UiBaseTest.java | 52 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/ |
D | HealthConnectUiTestHelper.kt | 49 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/ |
D | BiometricStatusPreferenceController.java | 59 protected abstract boolean isHardwareSupported(); in isHardwareSupported() method in BiometricStatusPreferenceController 104 if (!isHardwareSupported()) { in getAvailabilityStatusWithWorkProfileCheck()
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/ |
D | DeviceInfoUtils.kt | 92 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/ |
D | RemoteAuthStatusPreferenceController.kt | 37 override fun isHardwareSupported(): Boolean { in isHardwareSupported() method
|
/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/backuprestore/ |
D | BackupRestoreE2ETest.java | 109 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/ |
D | HealthConnectWithoutManagePermissionsTest.java | 59 TestUtils::isHardwareSupported, "Tests should run on supported hardware only.");
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintStatusPreferenceController.java | 90 protected boolean isHardwareSupported() { in isHardwareSupported() method in FingerprintStatusPreferenceController
|
/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
D | FaceStatusPreferenceController.java | 90 protected boolean isHardwareSupported() { in isHardwareSupported() method in FaceStatusPreferenceController
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/showmigrationinfointent/ |
D | ShowMigrationInfoIntentAbsentTest.java | 59 TestUtils::isHardwareSupported, "Tests should run on supported hardware only.");
|