Searched refs:isTv (Results 1 – 2 of 2) sorted by relevance
728 if (Util.SDK_INT < 24 && !(Util.SDK_INT == 23 && Util.isTv(context))) { in getCodecMaxInputSize()
2031 public static boolean isTv(Context context) { in isTv() method in Util2070 if (Util.SDK_INT <= 29 && display.getDisplayId() == Display.DEFAULT_DISPLAY && isTv(context)) { in getCurrentDisplayModeSize()