HomeSort by relevance Sort by last modified time
    Searched refs:CarNotConnectedException (Results 26 - 50 of 59) sorted by null

12 3

  /packages/services/Car/car-lib/src/android/car/
CarApiUtil.java 29 * {@link CarNotConnectedException}.
37 * {@link #CAR_NOT_CONNECTED_EXCEPTION_MSG} message as {@link CarNotConnectedException}.
41 * @throws CarNotConnectedException if the connection to the car service has been lost.
45 throws CarNotConnectedException {
47 throw new CarNotConnectedException();
CarProjectionManager.java 76 * @throws CarNotConnectedException if the connection to the car service has been lost.
79 throws CarNotConnectedException {
88 throw new CarNotConnectedException(e);
98 * @throws CarNotConnectedException if the connection to the car service has been lost.
116 * @throws CarNotConnectedException if the connection to the car service has been lost.
118 public void registerProjectionRunner(Intent serviceIntent) throws CarNotConnectedException {
126 throw new CarNotConnectedException(e);
135 * @throws CarNotConnectedException if the connection to the car service has been lost.
CarAppFocusManager.java 133 * @throws CarNotConnectedException if the connection to the car service has been lost.
136 throws CarNotConnectedException {
152 throw new CarNotConnectedException(e);
160 * @throws CarNotConnectedException if the connection to the car service has been lost.
187 * @throws CarNotConnectedException if the connection to the car service has been lost.
208 * @throws CarNotConnectedException if the connection to the car service has been lost.
211 public int[] getActiveAppTypes() throws CarNotConnectedException {
215 throw new CarNotConnectedException(e);
223 * @throws CarNotConnectedException if the connection to the car service has been lost.
226 throws CarNotConnectedException {
    [all...]
Car.java 273 * {@link CarNotConnectedException}.
489 * @throws CarNotConnectedException if the connection to the car service has been lost.
491 public Object getCarManager(String serviceName) throws CarNotConnectedException {
535 * @throws CarNotConnectedException if the connection to the car service has been lost.
539 IllegalStateException e) throws CarNotConnectedException, IllegalStateException {
542 throw new CarNotConnectedException();
560 throws CarNotConnectedException {
  /packages/services/Car/car-support-lib/src/android/support/car/
CarServiceLoaderEmbedded.java 73 public int getCarConnectionType() throws CarNotConnectedException {
80 public Object getCarManager(String serviceName) throws CarNotConnectedException {
84 } catch (android.car.CarNotConnectedException e) {
85 throw new CarNotConnectedException(e);
CarAppFocusManager.java 127 * @throws CarNotConnectedException if the connection to the car service has been lost.
130 @AppFocusType int appType) throws CarNotConnectedException;
151 * @throws CarNotConnectedException if the connection to the car service has been lost.
154 OnAppFocusOwnershipCallback callback) throws CarNotConnectedException;
179 * @throws CarNotConnectedException if the connection to the car service has been lost.
183 throws SecurityException, CarNotConnectedException;
Car.java 330 * @param serviceLoader must be non-null and connected or {@link CarNotConnectedException} will
334 public Car(@NonNull CarServiceLoader serviceLoader) throws CarNotConnectedException {
336 throw new CarNotConnectedException();
408 throws CarNotConnectedException {
435 public <T> T getCarManager(Class<T> serviceClass) throws CarNotConnectedException {
448 * @throws CarNotConnectedException if the connection to the car service has been lost.
452 public int getCarConnectionType() throws CarNotConnectedException {
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorManager.java 26 import android.car.CarNotConnectedException;
232 * @throws CarNotConnectedException if the connection to the car service has been lost.
234 public int[] getSupportedSensors() throws CarNotConnectedException {
240 throw new CarNotConnectedException(e);
249 * @throws CarNotConnectedException if the connection to the car service has been lost.
251 public boolean isSensorSupported(@SensorType int sensorType) throws CarNotConnectedException {
308 * @throws CarNotConnectedException if the connection to the car service has been lost.
315 @SensorRate int rate) throws CarNotConnectedException, IllegalArgumentException {
389 } catch (CarNotConnectedException e) {
397 throws CarNotConnectedException {
    [all...]
  /packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationStatusManager.java 22 import android.car.CarNotConnectedException;
175 * @throws CarNotConnectedException if the connection to the car service has been lost.
177 public void sendNavigationStatus(@Status int status) throws CarNotConnectedException {
213 * @throws CarNotConnectedException if the connection to the car service has been lost.
218 throws CarNotConnectedException {
240 * @throws CarNotConnectedException if the connection to the car service has been lost.
244 throws CarNotConnectedException {
262 throws CarNotConnectedException {
272 throws CarNotConnectedException {
274 throw new CarNotConnectedException();
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
InstrumentClusterFragment.java 23 import android.support.car.CarNotConnectedException;
54 } catch (CarNotConnectedException e) {
101 } catch (CarNotConnectedException e) {
115 } catch (CarNotConnectedException e) {
138 } catch (CarNotConnectedException e) {
149 } catch (CarNotConnectedException e) {
156 } catch (CarNotConnectedException e) {
  /packages/services/Car/car-lib/src/android/car/hardware/cabin/
CarCabinManager.java 23 import android.car.CarNotConnectedException;
460 * @throws CarNotConnectedException
463 CarNotConnectedException {
487 * @throws CarNotConnectedException if the connection to the car service has been lost.
489 public List<CarPropertyConfig> getPropertyList() throws CarNotConnectedException {
498 * @throws CarNotConnectedException
501 throws CarNotConnectedException {
510 * @throws CarNotConnectedException
513 throws CarNotConnectedException {
522 * @throws CarNotConnectedException
    [all...]
  /packages/services/Car/car-lib/src/android/car/hardware/hvac/
CarHvacManager.java 23 import android.car.CarNotConnectedException;
313 * @throws CarNotConnectedException
316 CarNotConnectedException {
340 * @throws CarNotConnectedException if the connection to the car service has been lost.
342 public List<CarPropertyConfig> getPropertyList() throws CarNotConnectedException {
351 * @throws CarNotConnectedException
354 throws CarNotConnectedException {
363 * @throws CarNotConnectedException
366 throws CarNotConnectedException {
375 * @throws CarNotConnectedException
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
HvacTestFragment.java 23 import android.car.CarNotConnectedException;
174 } catch (CarNotConnectedException e) {
192 } catch (CarNotConnectedException e) {
279 } catch (CarNotConnectedException e) {
295 } catch (CarNotConnectedException e) {
311 } catch (CarNotConnectedException e) {
345 } catch (CarNotConnectedException e) {
370 } catch (CarNotConnectedException e) {
383 } catch (CarNotConnectedException e) {
398 } catch (CarNotConnectedException e)
    [all...]
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarApiUtilTest.java 20 import android.car.CarNotConnectedException;
69 assertTrue(resultException instanceof CarNotConnectedException);
CarTest.java 20 import android.car.CarNotConnectedException;
123 } catch(CarNotConnectedException e) {
  /packages/apps/Car/Hvac/src/com/android/car/hvac/
HvacController.java 33 import android.support.car.CarNotConnectedException;
169 } catch (android.car.CarNotConnectedException e) {
184 } catch (CarNotConnectedException e) {
396 } catch (android.car.CarNotConnectedException e) {
426 } catch (android.car.CarNotConnectedException e) {
452 } catch (android.car.CarNotConnectedException e) {
468 } catch (android.car.CarNotConnectedException e) {
496 } catch (android.car.CarNotConnectedException e) {
516 } catch (android.car.CarNotConnectedException e) {
546 } catch (android.car.CarNotConnectedException e)
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/sound/
VolumeControllerPresenter.java 20 import android.car.CarNotConnectedException;
67 } catch (CarNotConnectedException e) {
119 } catch (CarNotConnectedException e) {
170 } catch (CarNotConnectedException e) {
  /packages/services/Car/car-lib/src/android/car/vms/
VmsSubscriberManager.java 21 import android.car.CarNotConnectedException;
171 throws CarNotConnectedException {
188 throw new CarNotConnectedException(e);
195 throws CarNotConnectedException {
212 throw new CarNotConnectedException(e);
  /cts/tests/tests/car/src/android/car/cts/
CarPackageManagerTest.java 19 import android.car.CarNotConnectedException;
72 public void testSystemActivitiesAllowed() throws CarNotConnectedException {
  /packages/services/Car/service/src/com/android/car/pm/
ActivityBlockingActivity.java 20 import android.car.CarNotConnectedException;
126 } catch (CarNotConnectedException e) {
  /packages/services/Car/tests/VmsSubscriberClientSample/src/com/google/android/car/vms/subscriber/
VmsSubscriberClientSampleActivity.java 84 } catch (android.support.car.CarNotConnectedException e) {
94 } catch (android.car.CarNotConnectedException e) {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
AudioTestFragment.java 23 import android.car.CarNotConnectedException;
142 } catch (CarNotConnectedException e) {
155 } catch (CarNotConnectedException e) {
160 } catch (CarNotConnectedException e) {
174 } catch (CarNotConnectedException e) {
274 } catch (CarNotConnectedException e) {
302 } catch (CarNotConnectedException e) {
451 } catch (CarNotConnectedException e) {
494 } catch (CarNotConnectedException e) {
529 } catch (CarNotConnectedException e)
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
VolumeTestFragment.java 19 import android.car.CarNotConnectedException;
169 } catch (CarNotConnectedException e) {
201 } catch (CarNotConnectedException e) {
218 } catch (CarNotConnectedException e) {
250 } catch (CarNotConnectedException e) {
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarPackageManagerTest.java 19 import android.car.CarNotConnectedException;
61 } catch (CarNotConnectedException e) {
  /packages/apps/Car/Radio/src/com/android/car/radio/demo/
RadioDemo.java 27 import android.support.car.CarNotConnectedException;
259 } catch (CarNotConnectedException e) {
310 } catch (CarNotConnectedException e) {

Completed in 431 milliseconds

12 3