Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothFrameworkInitializer.java35 private static volatile BluetoothServiceManager sBluetoothServiceManager; field in BluetoothFrameworkInitializer
48 if (sBluetoothServiceManager != null) { in setBluetoothServiceManager()
56 sBluetoothServiceManager = bluetoothServiceManager; in setBluetoothServiceManager()
61 return sBluetoothServiceManager; in getBluetoothServiceManager()