Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java236 private final boolean mIsAutomotive; field in TrustManagerService.SettingsObserver
250 mIsAutomotive = packageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in SettingsObserver()
277 int defaultValue = mIsAutomotive ? 0 : 1; in onChange()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java514 private boolean mIsAutomotive; field in InputMethodService
1328 mIsAutomotive = isAutomotive(); in onCreate()
1349 if (mIsAutomotive && mAutomotiveHideNavBarForKeyboard) { in onCreate()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java462 private final boolean mIsAutomotive; field in StorageManagerService
1136 if (mIsAutomotive) { in resetIfBootedAndConnected()
1222 if (mIsAutomotive) { in completeUnlockUser()
1926 mIsAutomotive = context.getPackageManager().hasSystemFeature( in StorageManagerService()
4602 pw.println("isAutomotive:" + mIsAutomotive); in dump()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java245 private final boolean mIsAutomotive; field in KeyguardUpdateMonitor
2007 mIsAutomotive = isAutomotive(); in KeyguardUpdateMonitor()
3479 if (mIsAutomotive) { in dump()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java603 private boolean mIsAutomotive; field in NotificationManagerService
2135 mIsAutomotive = isAutomotive; in setIsAutomotive()
2340 mIsAutomotive = in init()
7399 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) {
7410 mIsAutomotive
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java682 private final boolean mIsAutomotive; field in DevicePolicyManagerService
1193 Preconditions.checkCallAuthorization(mIsAutomotive || isAdb(callerIdentity), "can only set " in setDevicePolicySafetyChecker()
1740 mIsAutomotive = mInjector.getPackageManager() in DevicePolicyManagerService()
5427 if (mIsAutomotive) {
9679 pw.printf("mIsAutomotive=%b\n", mIsAutomotive);
12138 if (mIsAutomotive && !locationEnabled) {