Searched refs:GetPlatformForDevice (Results 1 – 5 of 5) sorted by relevance
24 platform = platform_module.GetPlatformForDevice(self._device, self._options)
38 self._android_platform = platform.GetPlatformForDevice(
104 platform = platform_module.GetPlatformForDevice(device, finder_options)
257 android_platform = platform.GetPlatformForDevice(device, finder_options)
50 def GetPlatformForDevice(device, finder_options, logging=real_logging): function