Searched refs:isHDMIConnected (Results 1 – 2 of 2) sorted by relevance
74 boolean isHDMIConnected = DeviceUtils.isHDMIConnected(mContext); in test_getDevices()75 if (isTvDevice && !isHDMIConnected) { in test_getDevices()
50 /* package */ static boolean isHDMIConnected(Context context) { in isHDMIConnected() method in DeviceUtils