Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceTest.java104 mService = BluetoothPbapService.getBluetoothPbapService(); in tearDown()
112 assertThat(BluetoothPbapService.getBluetoothPbapService()).isNotNull(); in initialize()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java812 public static synchronized BluetoothPbapService getBluetoothPbapService() { in getBluetoothPbapService() method in BluetoothPbapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1990 mPbapService = BluetoothPbapService.getBluetoothPbapService(); in initProfileServices()