Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java236 private final boolean mIsAutomotive; field in TrustManagerService.SettingsObserver
250 mIsAutomotive = packageManager.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE); in SettingsObserver()
277 int defaultValue = mIsAutomotive ? 0 : 1; in onChange()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java523 private boolean mIsAutomotive; field in InputMethodService
1321 mIsAutomotive = isAutomotive(); in onCreate()
1342 if (mIsAutomotive && mAutomotiveHideNavBarForKeyboard) { in onCreate()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java465 private final boolean mIsAutomotive; field in StorageManagerService
1139 if (mIsAutomotive) { in resetIfBootedAndConnected()
1225 if (mIsAutomotive) { in completeUnlockUser()
1929 mIsAutomotive = context.getPackageManager().hasSystemFeature( in StorageManagerService()
4605 pw.println("isAutomotive:" + mIsAutomotive); in dump()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java254 private final boolean mIsAutomotive; field in KeyguardUpdateMonitor
2050 mIsAutomotive = isAutomotive(); in KeyguardUpdateMonitor()
3521 if (mIsAutomotive) { in dump()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java603 private boolean mIsAutomotive; field in NotificationManagerService
2034 mIsAutomotive = isAutomotive; in setIsAutomotive()
2239 mIsAutomotive = in init()
7298 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) {
7309 mIsAutomotive
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java685 private final boolean mIsAutomotive; field in DevicePolicyManagerService
1210 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) {
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java189 private boolean mIsAutomotive; field in DevicePolicyManagerTest
274 mIsAutomotive = mContext.getPackageManager() in setUp()
8075 return !mIsAutomotive;