Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientService.java302 private final Object mRequestNotificationLock = new Object(); field in BleClientService
587 synchronized (mRequestNotificationLock) { in notifyDisableNotificationCompletion()
588 mRequestNotificationLock.notify(); in notifyDisableNotificationCompletion()
593 synchronized (mRequestNotificationLock) { in waitForDisableNotificationCompletion()
595 mRequestNotificationLock.wait(); in waitForDisableNotificationCompletion()