Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java310 private final boolean mIsAutomotive; field in TrustManagerService.SettingsObserver
324 mIsAutomotive = packageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in SettingsObserver()
351 int defaultValue = mIsAutomotive ? 0 : 1; in onChange()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java678 private boolean mIsAutomotive; field in NotificationManagerService
2190 mIsAutomotive = isAutomotive; in setIsAutomotive()
2421 mIsAutomotive = in init()
8317 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) {
8328 mIsAutomotive
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java654 private boolean mIsAutomotive; field in InputMethodService
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java954 private final boolean mIsAutomotive; field in DevicePolicyManagerService
1507 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) {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java221 private boolean mIsAutomotive; field in DevicePolicyManagerTest
313 mIsAutomotive = mContext.getPackageManager() in setUp()
8834 return !mIsAutomotive;