Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java169 private static BluetoothOppService sBluetoothOppService; field in BluetoothOppService
240 if (sBluetoothOppService == null) { in stop()
283 if (sBluetoothOppService == null) { in getBluetoothOppService()
287 if (!sBluetoothOppService.isAvailable()) { in getBluetoothOppService()
291 return sBluetoothOppService; in getBluetoothOppService()
298 sBluetoothOppService = instance; in setBluetoothOppService()