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

  /cts/tests/tests/car/src/android/car/cts/
CarAppFocusManagerTest.java 82 DefaultServiceConnectionListener connectionListener =
84 Car car2 = Car.createCar(getContext(), connectionListener, null);
86 connectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS);
214 DefaultServiceConnectionListener connectionListener =
216 Car car2 = Car.createCar(getContext(), connectionListener);
218 connectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS);
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarAppFocusManagerTest.java 319 DefaultServiceConnectionListener connectionListener =
321 Car car = Car.createCar(context, connectionListener, eventThread.mHandler);
324 connectionListener.waitForConnection(DEFAULT_WAIT_TIMEOUT_MS);

Completed in 173 milliseconds