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

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
TestUtils.java 100 * @throws NoSuchMethodException when clearAdapterService method is not found
101 * @throws IllegalAccessException when clearAdapterService method cannot be accessed
103 * which should never happen since clearAdapterService is a static method
105 public static void clearAdapterService(AdapterService adapterService)
112 AdapterService.class.getDeclaredMethod("clearAdapterService", AdapterService.class);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 151 private static synchronized void clearAdapterService(AdapterService current) {
629 clearAdapterService(this);
    [all...]

Completed in 65 milliseconds