Searched refs:getPlatformType (Results 1 – 3 of 3) sorted by relevance
1152 public static int getPlatformType(Context context) { in getPlatformType() method in AudioSystem1169 return getPlatformType(context) == PLATFORM_TELEVISION || forceSingleVolume; in isSingleVolume()
1877 mUseTvRouting = AudioSystem.getPlatformType(mContext) == AudioSystem.PLATFORM_TELEVISION; in init()
634 mPlatformType = AudioSystem.getPlatformType(context); in AudioService()