Searched refs:mRequestNotificationLock (Results 1 – 1 of 1) sorted by relevance
337 private final Object mRequestNotificationLock = new Object(); field in BleClientService703 synchronized (mRequestNotificationLock) { in notifyDisableNotificationCompletion()704 mRequestNotificationLock.notify(); in notifyDisableNotificationCompletion()709 synchronized (mRequestNotificationLock) { in waitForDisableNotificationCompletion()711 mRequestNotificationLock.wait(); in waitForDisableNotificationCompletion()