Searched refs:mLastDevice (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java94 private BluetoothDevice mLastDevice; field in class:BluetoothControllerImpl
119 pw.print(" mLastDevice="); pw.println(mLastDevice);
276 return mLastDevice != null ? mLastDevice.getAliasName() : null;
317 if (mLastDevice == null && bondedCount == 1) {
318 mLastDevice = lastBonded;
371 if (mLastDevice != null &&
372 CONNECTION_STATES[mDeviceInfo.get(mLastDevice).connectionStateIndex]
375 mLastDevice
[all...]

Completed in 421 milliseconds