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

  /packages/services/Car/car-support-lib/src/android/support/car/
CarConnectionCallback.java 23 public abstract class CarConnectionCallback {
Car.java 44 * {@link CarConnectionCallback} will respond with an {@link CarConnectionCallback#onConnected(Car)}
45 * or {@link CarConnectionCallback#onDisconnected(Car)} message. Nothing can be done with the
239 private final CarConnectionCallback mCarConnectionCallback;
250 * @param carConnectionCallback Receives information when the Car Service is started and
258 CarConnectionCallback carConnectionCallback, @Nullable Handler handler) {
260 return new Car(context, carConnectionCallback, handler);
271 * @see #createCar(Context, CarConnectionCallback, Handler)
274 CarConnectionCallback carConnectionCallback)
    [all...]
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarPackageManagerTest.java 21 import android.support.car.CarConnectionCallback;
38 private final CarConnectionCallback mConnectionCallbacks =
39 new CarConnectionCallback() {
CarTest.java 21 import android.support.car.CarConnectionCallback;
35 private final CarConnectionCallback mConnectionCallbacks =
36 new CarConnectionCallback() {
CarApiTestBase.java 21 import android.support.car.CarConnectionCallback;
57 protected class DefaultCarConnectionCallback extends CarConnectionCallback {
CarSensorManagerTest.java 21 import android.support.car.CarConnectionCallback;
43 private final CarConnectionCallback mConnectionCallbacks =
44 new CarConnectionCallback() {
  /packages/services/Car/tests/VmsSubscriberClientSample/src/com/google/android/car/vms/subscriber/
VmsSubscriberClientSampleActivity.java 25 import android.support.car.CarConnectionCallback;
31 * Connects to the Car service during onCreate. CarConnectionCallback.onConnected is invoked when
67 private final CarConnectionCallback mCarConnectionCallback = new CarConnectionCallback() {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
InstrumentClusterFragment.java 24 import android.support.car.CarConnectionCallback;
44 private final CarConnectionCallback mCarConnectionCallback =
45 new CarConnectionCallback() {
  /packages/apps/Car/Radio/src/com/android/car/radio/demo/
RadioDemo.java 28 import android.support.car.CarConnectionCallback;
292 * {@link CarConnectionCallback} that retrieves the {@link CarRadioManager}.
294 private final CarConnectionCallback mCarConnectionCallback =
295 new CarConnectionCallback() {
  /packages/services/Car/car-support-lib/src/android/support/car/app/
CarProxyActivity.java 26 import android.support.car.CarConnectionCallback;
61 private final CarConnectionCallback mConnectionListener= new CarConnectionCallback() {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
KitchenSinkActivity.java 25 import android.support.car.CarConnectionCallback;
167 private final CarConnectionCallback mCarConnectionCallback =
168 new CarConnectionCallback() {
  /packages/apps/Car/Hvac/src/com/android/car/hvac/
HvacController.java 34 import android.support.car.CarConnectionCallback;
175 private final CarConnectionCallback mCarConnectionCallback =
176 new CarConnectionCallback() {
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioService.java 36 import android.support.car.CarConnectionCallback;
448 * {@link CarConnectionCallback} that retrieves the {@link CarRadioManager}.
450 private final CarConnectionCallback mCarConnectionCallback =
451 new CarConnectionCallback() {

Completed in 369 milliseconds