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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java57 private CachedBluetoothDevice mLastDevice; field in class:BluetoothControllerImpl
91 pw.print(" mLastDevice="); pw.println(mLastDevice);
125 return mLastDevice;
190 return mLastDevice != null ? mLastDevice.getName() : null;
203 if (mLastDevice != null && !mLastDevice.isConnected()) {
205 mLastDevice = null;
214 if (mLastDevice
[all...]

Completed in 169 milliseconds