Searched refs:getDeviceDebugInfo (Results 1 – 2 of 2) sorted by relevance
44 assertThat(Utils.getDeviceDebugInfo(mMockBluetoothDevice)) in testGetDeviceDebugInfo()50 assertThat(Utils.getDeviceDebugInfo(null)).isEqualTo("(null)"); in testGetDeviceDebugInfo_nullDevice()
95 static String getDeviceDebugInfo(BluetoothDevice device) { in getDeviceDebugInfo() method in Utils