Searched refs:BluetoothOppService (Results 1 – 7 of 7) sorted by relevance
45 private BluetoothOppService mService = null;57 BluetoothOppService.isEnabled()); in setUp()61 TestUtils.startService(mServiceRule, BluetoothOppService.class); in setUp()62 mService = BluetoothOppService.getBluetoothOppService(); in setUp()71 if (!BluetoothOppService.isEnabled()) { in tearDown()74 TestUtils.stopService(mServiceRule, BluetoothOppService.class); in tearDown()80 Assert.assertNotNull(BluetoothOppService.getBluetoothOppService()); in testInitialize()
78 public class BluetoothOppService extends ProfileService implements IObexConnectionHandler { class189 private static BluetoothOppService sBluetoothOppService;209 OppBinder(BluetoothOppService service) { in OppBinder()331 public static synchronized BluetoothOppService getBluetoothOppService() { in getBluetoothOppService()343 private static synchronized void setBluetoothOppService(BluetoothOppService instance) { in setBluetoothOppService()380 synchronized (BluetoothOppService.this) {392 synchronized (BluetoothOppService.this) {422 synchronized (BluetoothOppService.this) {433 synchronized (BluetoothOppService.this) {610 synchronized (BluetoothOppService.this) { in updateFromProvider()[all …]
103 private BluetoothOppService mBluetoothOppService;108 BluetoothOppService service) { in BluetoothOppObexServerSession()
44 import com.android.bluetooth.opp.BluetoothOppService;135 new ProfileConfig(BluetoothOppService.class, BluetoothOppService.isEnabled(),
75 import com.android.bluetooth.opp.BluetoothOppService;157 Config.setProfileEnabled(BluetoothOppService.class, false); in configureEnabledProfiles()
78 import com.android.bluetooth.opp.BluetoothOppService;171 Config.setProfileEnabled(BluetoothOppService.class, false); in configureEnabledProfiles()
78 import com.android.bluetooth.opp.BluetoothOppService;181 Config.setProfileEnabled(BluetoothOppService.class, false); in configureEnabledProfiles()