Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1448 if (!app.isCongested) { in onWriteCharacteristic()
1847 app.isCongested = congested; in onClientCongestion()
1848 while (!app.isCongested) { in onClientCongestion()
2803 if (!app.isCongested) { in onNotificationSent()
2823 app.isCongested = congested; in onServerCongestion()
2824 while (!app.isCongested) { in onServerCongestion()
DContextMap.java87 public Boolean isCongested = false; field in ContextMap.App