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

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
ProfileServiceTest.java 56 startIntent.putExtra(AdapterService.EXTRA_ACTION,
57 AdapterService.ACTION_SERVICE_STATE_CHANGED);
82 private @Mock AdapterService mMockAdapterService;
102 Assert.assertNotNull(AdapterService.getAdapterService());
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 85 public class AdapterService extends Service {
136 private static AdapterService sAdapterService;
138 public static synchronized AdapterService getAdapterService() {
143 private static synchronized void setAdapterService(AdapterService instance) {
151 private static synchronized void clearAdapterService(AdapterService current) {
187 * Register a {@link ProfileService} with AdapterService.
196 * Unregister a ProfileService with AdapterService.
205 * Notify AdapterService that a ProfileService has started or stopped.
731 * the AdapterService instance passed in the constructor. Furthermore,
732 * when the AdapterService shuts down, the reference to the AdapterServic
    [all...]

Completed in 277 milliseconds