Lines Matching full:tv
1071 * All devices running Opera TV Store are assumed to be a tv
1073 if ($this->matchUserAgent('Opera TV Store| OMI/')) {
1078 * All devices running Coolita OS are assumed to be a tv
1086 * All devices that contain Andr0id in string are assumed to be a tv
1091 …& $this->matchUserAgent('Andr0id|(?:Android(?: UHD)?|Google) TV|\(lite\) TV|BRAVIA|Firebolt| TV$');
1098 * All devices running Tizen TV or SmartTV are assumed to be a tv
1100 if (null === $this->device && $this->matchUserAgent('SmartTV|Tizen.+ TV .+$')) {
1105 * Devices running those clients are assumed to be a TV
1108 …'Kylo', 'Espial TV Browser', 'LUJO TV Browser', 'LogicUI TV Browser', 'Open TV Browser', 'Seraphic…
1109 …evices', 'Crow Browser', 'Vewd Browser', 'TiviMate', 'Quick Search TV', 'QJY TV Browser', 'TV Bro',
1116 * All devices containing TV fragment are assumed to be a tv
1118 if (null === $this->device && $this->matchUserAgent('\(TV;')) {