Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStreamHandler.java174 if (isIotDevice() || isTvDevice() || shouldRequestFocus()) { in handleMessage()
388 private boolean isIotDevice() { in isIotDevice() method in A2dpSinkStreamHandler