Searched refs:mIsAutomotive (Results 1 – 5 of 5) 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()
60 protected boolean mIsAutomotive; field in BaseDeviceOwnerTest92 mIsAutomotive = mContext.getPackageManager().hasSystemFeature( in setUp()
48 private boolean mIsAutomotive; field in ManualPackageInstallTest54 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()
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()