Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DHardeningEnforcer.java50 final boolean mIsAutomotive; field in HardeningEnforcer
87 mIsAutomotive = isAutomotive; in HardeningEnforcer()
105 if (mIsAutomotive) { in blockVolumeMethod()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java144 private boolean mIsAutomotive; field in NotificationAttentionHelper
261 mIsAutomotive = mPackageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE, 0); in onSystemReady()
365 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) { in buzzBeepBlinkLocked()
384 mIsAutomotive in buzzBeepBlinkLocked()
1715 mIsAutomotive = isAutomotive; in setIsAutomotive()
/frameworks/base/media/java/android/media/
DAudioManager.java10237 private boolean mIsAutomotive = false; field in AudioManager
10243 mIsAutomotive = context.getPackageManager() in initPlatform()
10252 if (mIsAutomotive && autoPublicVolumeApiHardening()) { in applyAutoHardening()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java955 private final boolean mIsAutomotive; field in DevicePolicyManagerService
1552 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) {
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java219 private boolean mIsAutomotive; field in DevicePolicyManagerTest
311 mIsAutomotive = mContext.getPackageManager() in setUp()
8850 return !mIsAutomotive;