Home
last modified time | relevance | path

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

/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DBluetoothMapManager.java90 private String mOpInflight = OP_NONE; field in BluetoothMapManager
248 if (!mOpInflight.equals(OP_NONE)) { in enableNotifications()
250 TAG + "Operation already in flight: " + mOpInflight + in enableNotifications()
263 mOpInflight = OP_ENABLE_NOTIFICATIONS; in enableNotifications()
278 if (!mOpInflight.equals(OP_NONE)) { in pushMessage()
280 TAG + "Operation already in flight: " + mOpInflight + in pushMessage()
293 mOpInflight = OP_PUSH_MESSAGE; in pushMessage()
308 if (!mOpInflight.equals(OP_NONE)) { in getMessage()
310 TAG + "Operation already in flight: " + mOpInflight + in getMessage()
323 mOpInflight = OP_GET_MESSAGE; in getMessage()
[all …]