Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DUtilsTest.java44 assertThat(Utils.getDeviceDebugInfo(mMockBluetoothDevice)) in testGetDeviceDebugInfo()
50 assertThat(Utils.getDeviceDebugInfo(null)).isEqualTo("(null)"); in testGetDeviceDebugInfo_nullDevice()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DUtils.java95 static String getDeviceDebugInfo(BluetoothDevice device) { in getDeviceDebugInfo() method in Utils