Home
last modified time | relevance | path

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

/cts/tests/filesystem/src/android/filesystem/cts/
DCarTestUtil.java47 private final boolean mIsAutomotive; field in CarTestUtil
51 mIsAutomotive = mContext.getPackageManager() in CarTestUtil()
64 if (mIsAutomotive) { in setUp()
71 if (mIsAutomotive) { in tearDown()
/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
92 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()