Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppServiceTest.java46 private BluetoothOppService mService = null;
62 TestUtils.startService(mServiceRule, BluetoothOppService.class); in setUp()
63 mService = BluetoothOppService.getBluetoothOppService(); in setUp()
75 TestUtils.stopService(mServiceRule, BluetoothOppService.class); in tearDown()
81 Assert.assertNotNull(BluetoothOppService.getBluetoothOppService()); in testInitialize()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java78 public class BluetoothOppService extends ProfileService implements IObexConnectionHandler { class
169 private static BluetoothOppService sBluetoothOppService;
185 OppBinder(BluetoothOppService service) { in OppBinder()
282 public static synchronized BluetoothOppService getBluetoothOppService() { in getBluetoothOppService()
294 private static synchronized void setBluetoothOppService(BluetoothOppService instance) { in setBluetoothOppService()
331 synchronized (BluetoothOppService.this) {
343 synchronized (BluetoothOppService.this) {
373 synchronized (BluetoothOppService.this) {
384 synchronized (BluetoothOppService.this) {
561 synchronized (BluetoothOppService.this) { in updateFromProvider()
[all …]
DBluetoothOppObexServerSession.java104 private BluetoothOppService mBluetoothOppService;
109 BluetoothOppService service) { in BluetoothOppObexServerSession()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java46 import com.android.bluetooth.opp.BluetoothOppService;
103 new ProfileConfig(BluetoothOppService.class, R.bool.profile_supported_opp,