Searched refs:emptyBluetoothDevice (Results 1 – 2 of 2) sorted by relevance
963 String emptyBluetoothDevice = "00:00:00:00:00:00"; in processBroadcastReceiverState() local965 || oldRecvState.getSourceDevice().getAddress().equals(emptyBluetoothDevice)) { in processBroadcastReceiverState()979 || recvState.getSourceDevice().getAddress().equals(emptyBluetoothDevice)) { in processBroadcastReceiverState()
1076 String emptyBluetoothDevice = "00:00:00:00:00:00"; in hasRoomForBroadcastSourceAddition() local1078 if (recvState.getSourceDevice().getAddress().equals(emptyBluetoothDevice)) { in hasRoomForBroadcastSourceAddition()2732 String emptyBluetoothDevice = "00:00:00:00:00:00"; in getAllSources() local2733 if (!rs.getSourceDevice().getAddress().equals(emptyBluetoothDevice)) { in getAllSources()