Searched defs:getDeviceDisplayNameInternal (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilterUtils.java119 Log.i(LOG_TAG, getDeviceDisplayNameInternal(device) + (result ? " ~ " : " !~ ") + criteria);
124 Log.i(LOG_TAG, getDeviceDisplayNameInternal(device) + (result ? " ~ " : " !~ ") + criteria);
127 public static String getDeviceDisplayNameInternal(@NonNull BluetoothDevice device) { method in class:BluetoothDeviceFilterUtils
131 public static String getDeviceDisplayNameInternal(@NonNull ScanResult device) { method in class:BluetoothDeviceFilterUtils

Completed in 93 milliseconds