Searched refs:PLATFORM_TELEVISION (Results 1 – 3 of 3) sorted by relevance
788 public static final int PLATFORM_TELEVISION = 2; field in AudioSystem802 return PLATFORM_TELEVISION; in getPlatformType()
182 return mPlatformType == AudioSystem.PLATFORM_TELEVISION; in isPlatformTelevision()966 case AudioSystem.PLATFORM_TELEVISION: in updateStreamVolumeAlias()1360 if (mPlatformType == AudioSystem.PLATFORM_TELEVISION) { in adjustStreamVolume()3390 final boolean isTv = mPlatformType == AudioSystem.PLATFORM_TELEVISION; in checkForRingerModeChange()3507 if (mPlatformType == AudioSystem.PLATFORM_TELEVISION) { in updateRingerModeAffectedStreams()3619 case AudioSystem.PLATFORM_TELEVISION: in getActiveStreamType()
1781 mUseTvRouting = AudioSystem.getPlatformType(mContext) == AudioSystem.PLATFORM_TELEVISION; in init()