Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppServiceTest.java45 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()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppService.java78 public class BluetoothOppService extends ProfileService implements IObexConnectionHandler { class
189 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 …]
DBluetoothOppObexServerSession.java103 private BluetoothOppService mBluetoothOppService;
108 BluetoothOppService service) { in BluetoothOppObexServerSession()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java44 import com.android.bluetooth.opp.BluetoothOppService;
135 new ProfileConfig(BluetoothOppService.class, BluetoothOppService.isEnabled(),
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceRestartTest.java75 import com.android.bluetooth.opp.BluetoothOppService;
157 Config.setProfileEnabled(BluetoothOppService.class, false); in configureEnabledProfiles()
DAdapterServiceFactoryResetTest.java78 import com.android.bluetooth.opp.BluetoothOppService;
171 Config.setProfileEnabled(BluetoothOppService.class, false); in configureEnabledProfiles()
DAdapterServiceTest.java78 import com.android.bluetooth.opp.BluetoothOppService;
181 Config.setProfileEnabled(BluetoothOppService.class, false); in configureEnabledProfiles()