Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothManager.java302 public boolean shouldShowDialogInForeground(String deviceAddress) { in shouldShowDialogInForeground() argument
318 if (deviceAddress != null) { in shouldShowDialogInForeground()
322 if (deviceAddress.equals(lastSelectedDevice)) { in shouldShowDialogInForeground()
334 void persistSelectedDeviceInPicker(String deviceAddress) { in persistSelectedDeviceInPicker() argument
337 deviceAddress); in persistSelectedDeviceInPicker()
DBluetoothPairingRequest.java64 String deviceAddress = device != null ? device.getAddress() : null; in onReceive() local
65 if (localManager.shouldShowDialogInForeground(deviceAddress)) { in onReceive()