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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java91 private boolean mRemoveTimeoutMsg = false; field in class:SapService
618 if(mRemoveTimeoutMsg) {
621 mRemoveTimeoutMsg = true;
634 mRemoveTimeoutMsg = false;
649 if (mRemoveTimeoutMsg) {
745 if (mRemoteDevice.equals(device) && mRemoveTimeoutMsg) {
751 mRemoveTimeoutMsg = false;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java139 private boolean mRemoveTimeoutMsg = false; field in class:BluetoothMapService
824 mRemoveTimeoutMsg = true;
838 mRemoveTimeoutMsg = false;
881 if (mRemoveTimeoutMsg) {
932 if (mRemoveTimeoutMsg) {
1159 println(sb, "mRemoveTimeoutMsg: " + mRemoveTimeoutMsg);

Completed in 50 milliseconds