Searched refs:projectingBluetoothDevice (Results 1 – 2 of 2) sorted by relevance
119 Parcelable projectingBluetoothDevice = in isProjectionInActiveForeground() local122 + projectingBluetoothDevice); in isProjectionInActiveForeground()124 if (projectingBluetoothDevice == null) { in isProjectionInActiveForeground()128 } else if (!(projectingBluetoothDevice instanceof BluetoothDevice)) { in isProjectionInActiveForeground()130 + projectingBluetoothDevice + " - treating as unspecified"); in isProjectionInActiveForeground()133 ((BluetoothDevice) projectingBluetoothDevice).getAddress())) { in isProjectionInActiveForeground()
178 Parcelable projectingBluetoothDevice = in shouldSuppressCallUiForBluetoothDevice() local181 L.d(TAG, "Device %s has BT device %s", device.getName(), projectingBluetoothDevice); in shouldSuppressCallUiForBluetoothDevice()183 if (projectingBluetoothDevice == null) { in shouldSuppressCallUiForBluetoothDevice()187 } else if (!(projectingBluetoothDevice instanceof BluetoothDevice)) { in shouldSuppressCallUiForBluetoothDevice()189 device, projectingBluetoothDevice); in shouldSuppressCallUiForBluetoothDevice()192 ((BluetoothDevice) projectingBluetoothDevice).getAddress())) { in shouldSuppressCallUiForBluetoothDevice()