OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mServerIfLock
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java
52
private Object
mServerIfLock
= new Object();
71
synchronized(
mServerIfLock
) {
74
mServerIfLock
.notify();
353
synchronized(
mServerIfLock
) {
369
mServerIfLock
.wait(CALLBACK_REG_TIMEOUT);
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
Completed in 1052 milliseconds