Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java55 private Object mServerIfLock = new Object(); field in BluetoothGattServer
79 synchronized (mServerIfLock) {
82 mServerIfLock.notify();
488 synchronized (mServerIfLock) { in registerCallback()
505 mServerIfLock.wait(CALLBACK_REG_TIMEOUT); in registerCallback()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10224 Landroid/bluetooth/BluetoothGattServer;->mServerIfLock:Ljava/lang/Object;