Home
last modified time | relevance | path

Searched refs:isAutomotive (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java215 if (isTv() || isAutomotive()) { in updateMissingPrivateVolumes()
411 if (isAutomotive()) { in onVolumeMounted()
476 if (isAutomotive()) { in onVolumeUnmountable()
650 } else if (isAutomotive()) { in buildInitPendingIntent()
670 } else if (isAutomotive()) { in buildInitPendingIntent()
696 } else if (isAutomotive()) { in buildUnmountPendingIntent()
736 } else if (isAutomotive()) { in buildVolumeSettingsPendingIntent()
789 } else if (isAutomotive()) { in buildWizardMigratePendingIntent()
812 } else if (isAutomotive()) { in buildWizardMovePendingIntent()
831 } else if (isAutomotive()) { in buildWizardReadyPendingIntent()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java1067 if (isAutomotive() || UserManager.isHeadlessSystemUserMode()) return; in testAddRestrictedProfile()
1652 && (!isAutomotive() || !UserManager.isHeadlessSystemUserMode())); in assumeManagedUsersSupported()
1667 private boolean isAutomotive() { in isAutomotive() method in UserManagerTest
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java658 boolean isAutomotive = getContext().getPackageManager().hasSystemFeature( in updateTrustWithRenewableUnlock()
663 alreadyUnlocked || isFromUnlock || renewingTrust || isAutomotive; in updateTrustWithRenewableUnlock()
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java2944 boolean isAutomotive = mPackageManager in startOtherServices()
2946 if (isAutomotive) { in startOtherServices()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java4095 private boolean isAutomotive() {
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2189 void setIsAutomotive(boolean isAutomotive) { in setIsAutomotive() argument
2190 mIsAutomotive = isAutomotive; in setIsAutomotive()