Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java173 private static BluetoothPbapService sBluetoothPbapService; field in BluetoothPbapService
623 if (sBluetoothPbapService == null) { in getBluetoothPbapService()
627 if (!sBluetoothPbapService.isAvailable()) { in getBluetoothPbapService()
631 return sBluetoothPbapService; in getBluetoothPbapService()
638 sBluetoothPbapService = instance; in setBluetoothPbapService()