Home
last modified time | relevance | path

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

/packages/services/Car/tests/usb/AoapPhoneCompanionApp/src/com/google/android/car/usb/aoap/companion/
DAoapPhoneCompanionActivity.java163 private synchronized boolean shouldQuit() { in shouldQuit() method in AoapPhoneCompanionActivity.ProcessorThread
173 while (!shouldQuit()) { in run()
175 while (!shouldQuit()) { in run()
195 if (!shouldQuit()) { in run()
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DSpeedMeasurementController.java194 private synchronized boolean shouldQuit() { in shouldQuit() method in SpeedMeasurementController.ReaderThread
200 while (!shouldQuit()) { in run()
250 protected synchronized boolean shouldQuit() { in shouldQuit() method in SpeedMeasurementController.BaseWriterThread
298 while (bytesToSend > 0 && !shouldQuit()) { in run()
377 while (bytesToSend > 0 && !shouldQuit()) { in run()