Home
last modified time | relevance | path

Searched refs:mIsAutomotive (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSetLocationEnabledTest.java66 setLocationEnabledAndWaitIfNecessary(DISABLED, /* wait= */ !mIsAutomotive); in runDisableLocationFirst()
68 .isEqualTo(mIsAutomotive ? ENABLED : DISABLED); in runDisableLocationFirst()
70 setLocationEnabledAndWaitIfNecessary(ENABLED, /* wait= */ !mIsAutomotive); in runDisableLocationFirst()
82 setLocationEnabledAndWaitIfNecessary(DISABLED, /* wait= */ !mIsAutomotive); in runEnableLocationFirst()
84 .isEqualTo(mIsAutomotive ? ENABLED : DISABLED); in runEnableLocationFirst()
DBaseDeviceOwnerTest.java60 protected boolean mIsAutomotive; field in BaseDeviceOwnerTest
88 mIsAutomotive = mContext.getPackageManager().hasSystemFeature( in setUp()
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DManualPackageInstallTest.java48 private boolean mIsAutomotive; field in ManualPackageInstallTest
54 mIsAutomotive = mPackageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in setUp()
135 String settingsPackageName = mIsAutomotive in getSettingsPackageName()
161 final String resId = mIsAutomotive ? "car_ui_alert_icon" : "admin_support_icon"; in getPopUpImageSelector()
/cts/tests/sensor/src/android/hardware/cts/
DSensorParameterRangeTest.java82 private boolean mIsAutomotive; field in SensorParameterRangeTest
92 mIsAutomotive = pm.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in setUp()
104 double accelerometerMaxFrequency = mIsAutomotive ? in testAccelerometerRange()
123 double gyroMaxRange = mIsAutomotive && in testGyroscopeRange()
128 double gyroMaxFrequency = mIsAutomotive ? in testGyroscopeRange()