Home
last modified time | relevance | path

Searched refs:isAutomotive (Results 1 – 25 of 72) sorted by relevance

123

/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
DFeatureUtil.java128 return !isAutomotive(context); in isSwipeToUnlockSupported()
142 return isAutomotive(context); in isNewManagerUserDisclaimerRequired()
198 public static boolean isAutomotive(Context context) { in isAutomotive() method in FeatureUtil
212 && isAutomotive(context)) { in supportManagedSecondaryUsers()
224 return !isAutomotive(context) && !isWatch(context); in isKeyguardShownWhenUserDoesntHaveCredentials()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2022_20112.java44 if (isAutomotive()) return; in testPocCVE_2022_20112()
66 private boolean isAutomotive() throws Exception { in isAutomotive() method in CVE_2022_20112
/cts/apps/CtsVerifier/src/com/android/cts/verifier/speech/tts/
DTtsTestActivity.java37 if (isAutomotive()) { in onCreate()
50 private boolean isAutomotive() { in isAutomotive() method in TtsTestActivity
/cts/tests/tests/sensorprivacy/src/android/sensorprivacy/cts/
DSensorPrivacyCameraTest.kt62 private fun isAutomotive(): Boolean = packageManager.hasSystemFeature( in isAutomotive() method in android.sensorprivacy.cts.SensorPrivacyCameraTest
99 assumeTrue(isAutomotive()) in testSetSensorState()
114 assumeTrue(isAutomotive()) in testSensorStateChangedListener()
185 assumeTrue(isAutomotive()) in testCameraPrivacyAllowlist()
197 assumeTrue(isAutomotive()) in testIsCameraPrivacyEnabled()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DTransitionSelectionTests.java136 assumeFalse(isAutomotive() && hasSplitscreenMultitaskingFeature()); in testOpenTask_NeitherWallpaper()
160 assumeFalse(isAutomotive() && hasSplitscreenMultitaskingFeature()); in testCloseTask_NeitherWallpaper()
277 assumeFalse(isAutomotive() && hasSplitscreenMultitaskingFeature()); in testCloseTask_NeitherWallpaper_SlowStop()
289 assumeFalse(isAutomotive() && hasSplitscreenMultitaskingFeature()); in testCloseTask_BottomWallpaper_TopNonResizable_SlowStop()
546 private boolean isAutomotive() { in isAutomotive() method in TransitionSelectionTests
/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationTest.java70 } else if (FeatureUtil.isAutomotive()) { in testScreenConfiguration()
78 if (!FeatureUtil.isAutomotive() && !FeatureUtil.isWatch()) { in testScreenConfiguration()
131 if (!FeatureUtil.isAutomotive()) { in testAutomotiveMinimumScreenSize()
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DMeanLargerThanVerification.java64 boolean isAutomotive = environment.getContext().getPackageManager().hasSystemFeature( in getDefault()
75 if (isAutomotive) { in getDefault()
/cts/tests/tests/settings/src/android/settings/cts/
DSettingsTestUtils.java41 public static boolean isAutomotive() { in isAutomotive() method in SettingsTestUtils
DAppLocaleSettingsTest.java48 SettingsTestUtils.isAutomotive()); in testAppLocaleSettingsExist()
DSettingsIntentsTest.java66 SettingsTestUtils.isAutomotive()); in settingActivity_launchSatelliteSettingIntent()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DIdleConstraintTest.java162 private boolean isAutomotive() { in isAutomotive() method in IdleConstraintTest
171 return !isAutomotive(); in isAutomotiveProjectionSupported()
182 return !isAutomotive() && !isLeanback; in isDockStateSupported()
/cts/tests/tests/security/src/android/security/cts/
DBasePermissionUiTest.kt57 protected val isAutomotive = packageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE) in <lambda>() constant in android.security.cts.BasePermissionUiTest
242 if (isAutomotive) { in <lambda>()
292 if (isAutomotive || isWatch || isTv) { in <lambda>()
300 if (isAutomotive) { in <lambda>()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityVolumeTest.java16 import static android.accessibilityservice.cts.utils.CtsTestUtils.isAutomotive;
78 mIsPlatformAutomotive = isAutomotive(mInstrumentation.getContext()); in setUp()
DFullScreenMagnificationControllerTest.java22 import static android.accessibilityservice.cts.utils.CtsTestUtils.isAutomotive;
108 isAutomotive(sInstrumentation.getTargetContext())); in setUp()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DCtsTestUtils.java50 public static boolean isAutomotive(Context context) { in isAutomotive() method in CtsTestUtils
/cts/tests/location/location_fine/src/android/location/cts/fine/
DScanningSettingsTest.java72 if (FeatureUtil.isTV() || FeatureUtil.isAutomotive() || FeatureUtil.isWatch()) { in setUp()
92 || FeatureUtil.isAutomotive() in testWifiScanningSettings()
126 || FeatureUtil.isAutomotive() in testBleScanningSettings()
/cts/tests/tests/os/UffdGc/src/android/os/cts/uffdgc/
DUserfaultfdTest.java44 boolean mShouldRunTest = !(FeatureUtil.isAutomotive() in setUp()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DViewSensitiveContentTest.java75 assumeFalse(isAutomotive()); in setup()
196 private boolean isAutomotive() { in isAutomotive() method in ViewSensitiveContentTest
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaActivityTest.java192 !isAutomotive()); in testVolumeKey_whileSessionAlive()
224 !isAutomotive()); in testVolumeKey_afterSessionReleased()
331 private boolean isAutomotive() { in isAutomotive() method in MediaActivityTest
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DDevicesForAttributesTest.java134 if (isAutomotive()) { in testListenerWithAudioPolicy()
175 if (isAutomotive()) { in testListenerWithMultipleAttributes()
291 private boolean isAutomotive() { in isAutomotive() method in DevicesForAttributesTest
/cts/tests/tests/assist/src/android/assist/cts/
DScreenshotTest.java93 assumeFalse("Test not supported in automotive", Utils.isAutomotive(mContext)); in assumeIsNotAutomotive()
DExtraAssistDataTest.java113 assumeFalse("Test not supported in automotive", Utils.isAutomotive(mContext)); in assumeIsNotAutomotive()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFeatureUtil.java97 public static boolean isAutomotive() { in isAutomotive() method in FeatureUtil
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java129 } else if (isAutomotive()) { in dismissPolicyTransparencyDialog()
165 private boolean isAutomotive() { in isAutomotive() method in SuspendPackageTest
/cts/tests/tests/content/src/android/content/cts/
DAvailableIntentsTest.java461 if (FeatureUtil.isAutomotive()) { in testRequestManageMedia()
470 if (FeatureUtil.isTV() || FeatureUtil.isAutomotive() || FeatureUtil.isWatch()) { in testMediaRoutingControlSettings()
503 if (FeatureUtil.isTV() || FeatureUtil.isAutomotive() || FeatureUtil.isWatch()) { in testSettingsSearchIntent()
524 if (FeatureUtil.isWatch() || FeatureUtil.isAutomotive()) { in testPowerUsageSummarySettings()

123