Searched refs:mPlatformType (Results 1 – 1 of 1) sorted by relevance
175 private final int mPlatformType; field in AudioService178 return mPlatformType == AudioSystem.PLATFORM_VOICE; in isPlatformVoice()182 return mPlatformType == AudioSystem.PLATFORM_TELEVISION; in isPlatformTelevision()607 mPlatformType = AudioSystem.getPlatformType(context); in AudioService()961 switch (mPlatformType) { in updateStreamVolumeAlias()1357 if (mPlatformType == AudioSystem.PLATFORM_TELEVISION) { in adjustStreamVolume()3387 final boolean isTv = mPlatformType == AudioSystem.PLATFORM_TELEVISION; in checkForRingerModeChange()3504 if (mPlatformType == AudioSystem.PLATFORM_TELEVISION) { in updateRingerModeAffectedStreams()3589 switch (mPlatformType) { in getActiveStreamType()