Searched refs:isAutomotive (Results 1 – 6 of 6) sorted by relevance
215 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 …]
1067 if (isAutomotive() || UserManager.isHeadlessSystemUserMode()) return; in testAddRestrictedProfile()1652 && (!isAutomotive() || !UserManager.isHeadlessSystemUserMode())); in assumeManagedUsersSupported()1667 private boolean isAutomotive() { in isAutomotive() method in UserManagerTest
658 boolean isAutomotive = getContext().getPackageManager().hasSystemFeature( in updateTrustWithRenewableUnlock()663 alreadyUnlocked || isFromUnlock || renewingTrust || isAutomotive; in updateTrustWithRenewableUnlock()
2944 boolean isAutomotive = mPackageManager in startOtherServices()2946 if (isAutomotive) { in startOtherServices()
4095 private boolean isAutomotive() {
2189 void setIsAutomotive(boolean isAutomotive) { in setIsAutomotive() argument2190 mIsAutomotive = isAutomotive; in setIsAutomotive()