Searched refs:mIsAutomotive (Results 1 – 5 of 5) sorted by relevance
310 private final boolean mIsAutomotive; field in TrustManagerService.SettingsObserver324 mIsAutomotive = packageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in SettingsObserver()351 int defaultValue = mIsAutomotive ? 0 : 1; in onChange()
678 private boolean mIsAutomotive; field in NotificationManagerService2190 mIsAutomotive = isAutomotive; in setIsAutomotive()2421 mIsAutomotive = in init()8317 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) {8328 mIsAutomotive
654 private boolean mIsAutomotive; field in InputMethodService
954 private final boolean mIsAutomotive; field in DevicePolicyManagerService1507 Preconditions.checkCallAuthorization(mIsAutomotive || isAdb(callerIdentity), "can only set " in setDevicePolicySafetyChecker()2069 mIsAutomotive = mInjector.getPackageManager() in DevicePolicyManagerService()4220 if (mIsAutomotive) {6122 if (mIsAutomotive) {11372 pw.printf("mIsAutomotive=%b\n", mIsAutomotive);15352 if (mIsAutomotive && !locationEnabled) { in setLocationEnabled()22210 if (!isHeadlessFlagEnabled() || mIsAutomotive) {
221 private boolean mIsAutomotive; field in DevicePolicyManagerTest313 mIsAutomotive = mContext.getPackageManager() in setUp()8834 return !mIsAutomotive;