Home
last modified time | relevance | path

Searched refs:mIsAutomotive (Results 1 – 9 of 9) 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.java67 protected boolean mIsAutomotive; field in BaseDeviceOwnerTest
93 mIsAutomotive = mContext.getPackageManager().hasSystemFeature( in setUp()
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DManualPackageInstallTest.java49 private boolean mIsAutomotive; field in ManualPackageInstallTest
55 mIsAutomotive = mPackageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in setUp()
136 String settingsPackageName = mIsAutomotive in getSettingsPackageName()
162 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()
/cts/hostsidetests/settings/app/DeviceOwnerApp/src/com/google/android/cts/deviceowner/
DDeviceOwnerTest.java88 private boolean mIsAutomotive; field in DeviceOwnerTest
99 mIsAutomotive = mPackageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in setUp()
101 mWorkPolicyInfoText = mIsAutomotive in setUp()
153 if (mIsAutomotive) { in launchPrivacyAndCheckWorkPolicyInfo()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAudioRestrictionTest.java61 || mIsAutomotive) { in testDisallowAdjustVolume_muted()
95 || mUseFixedVolume || mUseFullVolume || mIsAutomotive) { in testDisallowAdjustVolume()
DBaseDeviceAdminTest.java140 protected boolean mIsAutomotive; field in BaseDeviceAdminTest
156 mIsAutomotive = mContext.getPackageManager().hasSystemFeature( in setUp()
DSecurityLoggingTest.java846 int expectedSize = mIsAutomotive ? 0 : 1; in assertPasswordComplexityEvent()