Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1730 if (!app.isCongested) { in onWriteCharacteristic()
1827 app.isCongested = congested; in onClientCongestion()
1828 while (!app.isCongested) { in onClientCongestion()
3074 if (!app.isCongested) { in onNotificationSent()
3092 app.isCongested = congested; in onServerCongestion()
3093 while (!app.isCongested) { in onServerCongestion()
DContextMap.java97 public Boolean isCongested = false; field in ContextMap.App