Searched refs:BluetoothOppService (Results 1 – 4 of 4) sorted by relevance
46 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()
78 public class BluetoothOppService extends ProfileService implements IObexConnectionHandler { class169 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 …]
104 private BluetoothOppService mBluetoothOppService;109 BluetoothOppService service) { in BluetoothOppObexServerSession()
46 import com.android.bluetooth.opp.BluetoothOppService;103 new ProfileConfig(BluetoothOppService.class, R.bool.profile_supported_opp,