Searched refs:isTv (Results 1 – 3 of 3) sorted by relevance
334 public boolean isTv() { in isTv() method in MediaPlayerTestBase341 return MediaUtils.check(isTv(), "not a TV"); in checkTv()
112 if (isTv()) { in testH264DecoderProfileAndLevel()166 if (isTv()) { in testH265DecoderProfileAndLevel()172 if (isTv() && MediaUtils.canDecodeVideo(MIMETYPE_VIDEO_HEVC, 3840, 2160, 30)) { in testH265DecoderProfileAndLevel()180 if (isTv() && MediaUtils.hasHardwareCodec(MIMETYPE_VIDEO_VP9, /* encode = */ false)) { in testVp9DecoderCapabilitiesOnTv()
378 if (isTv()) { in setPermissionGrantState()567 if (isTv()) { in scroll()643 private static boolean isTv() { in isTv() method in BasePermissionsTest