Home
last modified time | relevance | path

Searched refs:INSTANCE_LOCK (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java31 private static final Object INSTANCE_LOCK = new Object(); field in HeadsetObjectsFactory
41 synchronized (INSTANCE_LOCK) { in getInstance()
56 synchronized (INSTANCE_LOCK) { in setInstanceForTesting()
DHeadsetNativeInterface.java41 private static final Object INSTANCE_LOCK = new Object(); field in HeadsetNativeInterface
51 synchronized (INSTANCE_LOCK) { in getInstance()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreNativeInterface.java32 private static final Object INSTANCE_LOCK = new Object(); field in BluetoothKeystoreNativeInterface
45 synchronized (INSTANCE_LOCK) { in getInstance()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java42 private static final Object INSTANCE_LOCK = new Object(); field in HearingAidNativeInterface
59 synchronized (INSTANCE_LOCK) { in getInstance()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java45 private static final Object INSTANCE_LOCK = new Object(); field in A2dpNativeInterface
63 synchronized (INSTANCE_LOCK) { in getInstance()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java54 private static final Object INSTANCE_LOCK = new Object(); field in BluetoothOppPreference
69 synchronized (INSTANCE_LOCK) { in getInstance()
DBluetoothOppManager.java67 private static final Object INSTANCE_LOCK = new Object(); field in BluetoothOppManager
124 synchronized (INSTANCE_LOCK) { in getInstance()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java42 private static final Object INSTANCE_LOCK = new Object(); field in HidDeviceNativeInterface
60 synchronized (INSTANCE_LOCK) { in getInstance()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java44 private static final Object INSTANCE_LOCK = new Object(); field in NativeInterface
52 synchronized (INSTANCE_LOCK) { in getInstance()