Searched refs:isPlatformAutomotive (Results 1 – 3 of 3) sorted by relevance
694 if (mAudioService.isPlatformAutomotive() || mAudioService.isPlatformTelevision()) { in getDeviceSplRange()
401 /*package*/ boolean isPlatformAutomotive() { in isPlatformAutomotive() method in AudioService1425 mHardeningEnforcer = new HardeningEnforcer(mContext, isPlatformAutomotive(), mAppOps, in AudioService()5228 if (!isPlatformAutomotive() && mUseFixedVolume) { in setMasterMuteInternalNoCallerCheck()5239 if ((isPlatformAutomotive() && userId == UserHandle.USER_SYSTEM) in setMasterMuteInternalNoCallerCheck()12385 if (isPlatformAutomotive()) { in setAccessibilityServiceUids()
8277 PLcom/android/server/audio/AudioService;->isPlatformAutomotive()Z