Searched refs:mIsAutomotive (Results 1 – 6 of 6) sorted by relevance
236 private final boolean mIsAutomotive; field in TrustManagerService.SettingsObserver250 mIsAutomotive = packageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in SettingsObserver()277 int defaultValue = mIsAutomotive ? 0 : 1; in onChange()
514 private boolean mIsAutomotive; field in InputMethodService1328 mIsAutomotive = isAutomotive(); in onCreate()1349 if (mIsAutomotive && mAutomotiveHideNavBarForKeyboard) { in onCreate()
462 private final boolean mIsAutomotive; field in StorageManagerService1136 if (mIsAutomotive) { in resetIfBootedAndConnected()1222 if (mIsAutomotive) { in completeUnlockUser()1926 mIsAutomotive = context.getPackageManager().hasSystemFeature( in StorageManagerService()4602 pw.println("isAutomotive:" + mIsAutomotive); in dump()
245 private final boolean mIsAutomotive; field in KeyguardUpdateMonitor2007 mIsAutomotive = isAutomotive(); in KeyguardUpdateMonitor()3479 if (mIsAutomotive) { in dump()
603 private boolean mIsAutomotive; field in NotificationManagerService2135 mIsAutomotive = isAutomotive; in setIsAutomotive()2340 mIsAutomotive = in init()7399 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) {7410 mIsAutomotive
682 private final boolean mIsAutomotive; field in DevicePolicyManagerService1193 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) {