Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DProjectionStateListener.java119 Parcelable projectingBluetoothDevice = in isProjectionInActiveForeground() local
122 + 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()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DProjectionCallHandler.java178 Parcelable projectingBluetoothDevice = in shouldSuppressCallUiForBluetoothDevice() local
181 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()