OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTANCE_LOCK
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java
54
private static Object
INSTANCE_LOCK
= new Object();
69
synchronized (
INSTANCE_LOCK
) {
BluetoothOppManager.java
67
private static Object
INSTANCE_LOCK
= new Object();
124
synchronized (
INSTANCE_LOCK
) {
Completed in 585 milliseconds