Searched refs:mIsAutomotive (Results 1 – 9 of 9) sorted by relevance
47 private final boolean mIsAutomotive; field in CarTestUtil51 mIsAutomotive = mContext.getPackageManager() in CarTestUtil()64 if (mIsAutomotive) { in setUp()71 if (mIsAutomotive) { in tearDown()
66 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()
67 protected boolean mIsAutomotive; field in BaseDeviceOwnerTest93 mIsAutomotive = mContext.getPackageManager().hasSystemFeature( in setUp()
49 private boolean mIsAutomotive; field in ManualPackageInstallTest55 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()
82 private boolean mIsAutomotive; field in SensorParameterRangeTest92 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()
88 private boolean mIsAutomotive; field in DeviceOwnerTest99 mIsAutomotive = mPackageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in setUp()101 mWorkPolicyInfoText = mIsAutomotive in setUp()153 if (mIsAutomotive) { in launchPrivacyAndCheckWorkPolicyInfo()
61 || mIsAutomotive) { in testDisallowAdjustVolume_muted()95 || mUseFixedVolume || mUseFullVolume || mIsAutomotive) { in testDisallowAdjustVolume()
140 protected boolean mIsAutomotive; field in BaseDeviceAdminTest156 mIsAutomotive = mContext.getPackageManager().hasSystemFeature( in setUp()
846 int expectedSize = mIsAutomotive ? 0 : 1; in assertPasswordComplexityEvent()