Home
last modified time | relevance | path

Searched refs:DEVICE_TYPE_SMARTPHONE (Results 1 – 2 of 2) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php40 public const DEVICE_TYPE_SMARTPHONE = 1; define in DeviceDetector\\Parser\\Device\\AbstractDeviceParser
61 'smartphone' => self::DEVICE_TYPE_SMARTPHONE,
2180 'mobile' => self::DEVICE_TYPE_SMARTPHONE,
/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php387 AbstractDeviceParser::DEVICE_TYPE_SMARTPHONE,
965 $this->device = AbstractDeviceParser::DEVICE_TYPE_SMARTPHONE;
974 …if (AbstractDeviceParser::DEVICE_TYPE_SMARTPHONE === $this->device && $this->matchUserAgent('Pad/A…
991 $this->device = AbstractDeviceParser::DEVICE_TYPE_SMARTPHONE;
1004 $this->device = AbstractDeviceParser::DEVICE_TYPE_SMARTPHONE;
1016 $this->device = AbstractDeviceParser::DEVICE_TYPE_SMARTPHONE;
1060 $this->device = AbstractDeviceParser::DEVICE_TYPE_SMARTPHONE;