Searched refs:mIsTvDevice (Results 1 – 2 of 2) sorted by relevance
63 private final boolean mIsTvDevice = localDevice().mService.isTvDevice(); field in HotplugDetectionAction75 return mIsTvDevice ? POLLING_BATCH_INTERVAL_MS_FOR_TV in getPollingBatchInterval()106 if (mIsTvDevice) { in handleTimerEvent()149 mIsTvDevice ? POLLING_MESSAGE_INTERVAL_MS_FOR_TV in pollAllDevices()175 if (mIsTvDevice && index == Constants.ADDR_AUDIO_SYSTEM) { in checkHotplug()242 if (mIsTvDevice) { in removeDevice()
106 private boolean mIsTvDevice = localDevice().mService.isTvDevice(); field in DeviceDiscoveryAction354 if (mIsTvDevice) { in handleReportPhysicalAddress()364 return mIsTvDevice ? tv().getPortId(physicalAddress)452 if (mIsTvDevice) {