Searched refs:mRequestNotificationLock (Results 1 – 1 of 1) sorted by relevance
302 private final Object mRequestNotificationLock = new Object(); field in BleClientService587 synchronized (mRequestNotificationLock) { in notifyDisableNotificationCompletion()588 mRequestNotificationLock.notify(); in notifyDisableNotificationCompletion()593 synchronized (mRequestNotificationLock) { in waitForDisableNotificationCompletion()595 mRequestNotificationLock.wait(); in waitForDisableNotificationCompletion()