Searched refs:deviceAddress (Results 1 – 2 of 2) sorted by relevance
302 public boolean shouldShowDialogInForeground(String deviceAddress) { in shouldShowDialogInForeground() argument318 if (deviceAddress != null) { in shouldShowDialogInForeground()322 if (deviceAddress.equals(lastSelectedDevice)) { in shouldShowDialogInForeground()334 void persistSelectedDeviceInPicker(String deviceAddress) { in persistSelectedDeviceInPicker() argument337 deviceAddress); in persistSelectedDeviceInPicker()
64 String deviceAddress = device != null ? device.getAddress() : null; in onReceive() local65 if (localManager.shouldShowDialogInForeground(deviceAddress)) { in onReceive()