Searched refs:getDeviceDisplayNameInternal (Results 1 – 5 of 5) sorted by relevance
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;53 return getDeviceDisplayNameInternal((BluetoothDevice) mDevice); in getDisplayName()57 return getDeviceDisplayNameInternal(bleScanResult.getDevice()); in getDisplayName()61 return getDeviceDisplayNameInternal(wifiScanResult); in getDisplayName()
126 Log.i(LOG_TAG, getDeviceDisplayNameInternal(device) + (result ? " ~ " : " !~ ") + criteria); in debugLogMatchResult()131 Log.i(LOG_TAG, getDeviceDisplayNameInternal(device) + (result ? " ~ " : " !~ ") + criteria); in debugLogMatchResult()135 public static String getDeviceDisplayNameInternal(@NonNull BluetoothDevice device) { in getDeviceDisplayNameInternal() method in BluetoothDeviceFilterUtils140 public static String getDeviceDisplayNameInternal(@NonNull ScanResult device) { in getDeviceDisplayNameInternal() method in BluetoothDeviceFilterUtils
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;87 return getDeviceDisplayNameInternal(device); in getDeviceDisplayName()
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;73 return getDeviceDisplayNameInternal(device); in getDeviceDisplayName()
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;147 return getDeviceDisplayNameInternal(sr.getDevice()); in getDeviceDisplayName()161 getDeviceDisplayNameInternal(sr.getDevice()) in getDeviceDisplayName()