HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothOppService (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/opp/
BluetoothOppServiceTest.java 42 private BluetoothOppService mService = null;
53 Assume.assumeTrue("Ignore test when BluetoothOppService is not enabled",
57 TestUtils.startService(mServiceRule, BluetoothOppService.class);
58 mService = BluetoothOppService.getBluetoothOppService();
70 TestUtils.stopService(mServiceRule, BluetoothOppService.class);
76 Assert.assertNotNull(BluetoothOppService.getBluetoothOppService());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 79 public class BluetoothOppService extends ProfileService implements IObexConnectionHandler {
168 private static BluetoothOppService sBluetoothOppService;
184 OppBinder(BluetoothOppService service) {
212 synchronized (BluetoothOppService.this) {
277 * Get the current instance of {@link BluetoothOppService}
279 * @return current instance of {@link BluetoothOppService}
282 public static synchronized BluetoothOppService getBluetoothOppService() {
294 private static synchronized void setBluetoothOppService(BluetoothOppService instance) {
331 synchronized (BluetoothOppService.this) {
361 synchronized (BluetoothOppService.this)
    [all...]

Completed in 89 milliseconds