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/trust/
DTrustManagerService.java230 private final boolean mIsAutomotive; field in TrustManagerService.SettingsObserver
244 mIsAutomotive = packageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in SettingsObserver()
271 int defaultValue = mIsAutomotive ? 0 : 1; in onChange()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java450 private boolean mIsAutomotive; field in InputMethodService
1195 mIsAutomotive = isAutomotive(); in onCreate()
1216 mIsAutomotive && mAutomotiveHideNavBarForKeyboard in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java231 private final boolean mIsAutomotive; field in KeyguardUpdateMonitor
1774 mIsAutomotive = isAutomotive(); in KeyguardUpdateMonitor()
2492 if (resolveInfo == null && mIsAutomotive) { in resolveNeedsSlowUnlockTransition()
3008 if (mIsAutomotive) { in dump()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java465 private final boolean mIsAutomotive; field in StorageManagerService
1128 if (mIsAutomotive) { in resetIfBootedAndConnected()
1192 if (mIsAutomotive) { in completeUnlockUser()
1867 mIsAutomotive = context.getPackageManager().hasSystemFeature( in StorageManagerService()
4524 pw.println("isAutomotive:" + mIsAutomotive); in dump()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java523 private boolean mIsAutomotive; field in NotificationManagerService
1834 mIsAutomotive = isAutomotive; in setIsAutomotive()
2034 mIsAutomotive = in init()
6803 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) {
6815 mIsAutomotive