OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetDevice
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java
548
mBluetoothPairer.
getTargetDevice
() != null) {
573
if (mBluetoothPairer.
getTargetDevice
() != null) {
574
mCancelledAddress = mBluetoothPairer.
getTargetDevice
().getAddress();
644
String address = mBluetoothPairer.
getTargetDevice
() == null ? ADDRESS_NONE :
645
mBluetoothPairer.
getTargetDevice
().getAddress();
703
mBluetoothPairer.invalidateDevice(mBluetoothPairer.
getTargetDevice
());
BluetoothDevicePairer.java
415
public BluetoothDevice
getTargetDevice
() {
Completed in 2702 milliseconds