Searched refs:mIsAutomotive (Results 1 – 7 of 7) 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()
523 private boolean mIsAutomotive; field in InputMethodService1321 mIsAutomotive = isAutomotive(); in onCreate()1342 if (mIsAutomotive && mAutomotiveHideNavBarForKeyboard) { in onCreate()
465 private final boolean mIsAutomotive; field in StorageManagerService1139 if (mIsAutomotive) { in resetIfBootedAndConnected()1225 if (mIsAutomotive) { in completeUnlockUser()1929 mIsAutomotive = context.getPackageManager().hasSystemFeature( in StorageManagerService()4605 pw.println("isAutomotive:" + mIsAutomotive); in dump()
254 private final boolean mIsAutomotive; field in KeyguardUpdateMonitor2050 mIsAutomotive = isAutomotive(); in KeyguardUpdateMonitor()3521 if (mIsAutomotive) { in dump()
603 private boolean mIsAutomotive; field in NotificationManagerService2034 mIsAutomotive = isAutomotive; in setIsAutomotive()2239 mIsAutomotive = in init()7298 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) {7309 mIsAutomotive
685 private final boolean mIsAutomotive; field in DevicePolicyManagerService1210 Preconditions.checkCallAuthorization(mIsAutomotive || isAdb(callerIdentity), "can only set " in setDevicePolicySafetyChecker()1777 mIsAutomotive = mInjector.getPackageManager() in DevicePolicyManagerService()3857 if (mIsAutomotive) {5489 if (mIsAutomotive) {9763 pw.printf("mIsAutomotive=%b\n", mIsAutomotive);12333 if (mIsAutomotive && !locationEnabled) {
189 private boolean mIsAutomotive; field in DevicePolicyManagerTest274 mIsAutomotive = mContext.getPackageManager() in setUp()8075 return !mIsAutomotive;