Searched refs:mIsAutomotive (Results 1 – 5 of 5) sorted by relevance
50 final boolean mIsAutomotive; field in HardeningEnforcer87 mIsAutomotive = isAutomotive; in HardeningEnforcer()105 if (mIsAutomotive) { in blockVolumeMethod()
144 private boolean mIsAutomotive; field in NotificationAttentionHelper261 mIsAutomotive = mPackageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE, 0); in onSystemReady()365 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) { in buzzBeepBlinkLocked()384 mIsAutomotive in buzzBeepBlinkLocked()1715 mIsAutomotive = isAutomotive; in setIsAutomotive()
10237 private boolean mIsAutomotive = false; field in AudioManager10243 mIsAutomotive = context.getPackageManager() in initPlatform()10252 if (mIsAutomotive && autoPublicVolumeApiHardening()) { in applyAutoHardening()
955 private final boolean mIsAutomotive; field in DevicePolicyManagerService1552 Preconditions.checkCallAuthorization(mIsAutomotive || isAdb(callerIdentity), "can only set " in setDevicePolicySafetyChecker()2101 mIsAutomotive = mInjector.getPackageManager() in DevicePolicyManagerService()4248 if (mIsAutomotive) {6308 if (mIsAutomotive) {11376 pw.printf("mIsAutomotive=%b\n", mIsAutomotive);15120 if (mIsAutomotive && !locationEnabled) { in setLocationEnabled()22087 if (mIsAutomotive) {
219 private boolean mIsAutomotive; field in DevicePolicyManagerTest311 mIsAutomotive = mContext.getPackageManager() in setUp()8850 return !mIsAutomotive;