/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | CarNotConnectedException.java | 26 public class CarNotConnectedException extends RuntimeException { class 31 public CarNotConnectedException() { in CarNotConnectedException() method in CarNotConnectedException 36 public CarNotConnectedException(String name) { in CarNotConnectedException() method in CarNotConnectedException 42 public CarNotConnectedException(String name, Throwable cause) { in CarNotConnectedException() method in CarNotConnectedException 48 public CarNotConnectedException(Exception cause) { in CarNotConnectedException() method in CarNotConnectedException
|
/aosp12/packages/services/Car/car-lib/api/released/ |
H A D | 1.txt | 50 method public java.lang.String getModel() throws android.car.CarNotConnectedException; 51 method public java.lang.String getModelYear() throws android.car.CarNotConnectedException; 55 public class CarNotConnectedException extends java.lang.Exception { 56 ctor public CarNotConnectedException(); 57 ctor public CarNotConnectedException(java.lang.String); 58 ctor public CarNotConnectedException(java.lang.String, java.lang.Throwable); 59 ctor public CarNotConnectedException(java.lang.Exception); 224 method public int[] getSupportedSensors() throws android.car.CarNotConnectedException; 257 method public int getStreamMaxVolume(int) throws android.car.CarNotConnectedException; 258 method public int getStreamMinVolume(int) throws android.car.CarNotConnectedException; [all …]
|
H A D | 2.txt | 50 method public java.lang.String getModel() throws android.car.CarNotConnectedException; 51 method public java.lang.String getModelYear() throws android.car.CarNotConnectedException; 55 public class CarNotConnectedException extends java.lang.Exception { 56 ctor public CarNotConnectedException(); 57 ctor public CarNotConnectedException(java.lang.String); 58 ctor public CarNotConnectedException(java.lang.String, java.lang.Throwable); 59 ctor public CarNotConnectedException(java.lang.Exception); 230 method public int[] getSupportedSensors() throws android.car.CarNotConnectedException; 264 method public int getStreamMaxVolume(int) throws android.car.CarNotConnectedException; 265 method public int getStreamMinVolume(int) throws android.car.CarNotConnectedException; [all …]
|
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
H A D | HvacController.java | 20 import android.car.CarNotConnectedException; 165 } catch (CarNotConnectedException e) { in initHvacManager() 180 } catch (CarNotConnectedException e) { 443 } catch (android.car.CarNotConnectedException e) { in isTemperatureControlAvailable() 467 } catch (android.car.CarNotConnectedException e) { in fetchTemperature() 565 } catch (android.car.CarNotConnectedException e) { in fetchFanSpeed() 613 } catch (android.car.CarNotConnectedException e) { in fetchDefrosterState() 658 } catch (android.car.CarNotConnectedException e) { in fetchAcState() 702 } catch (android.car.CarNotConnectedException e) { in fetchAirflow() 748 } catch (android.car.CarNotConnectedException e) { in fetchAirCirculation() [all …]
|
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/util/ |
H A D | CarDrivingStateMonitorTest.java | 29 import android.car.CarNotConnectedException; 63 public void setupCarState() throws CarNotConnectedException { in setupCarState() 79 throws CarNotConnectedException { in testStartMonitor_registersCarDrivingStateMonitorAsListener() 87 throws CarNotConnectedException { in testStartMonitor_withNoManagerFound_doesNothing() 104 throws CarNotConnectedException { in testDisconnect_unregistersCarDrivingStateMonitorAsListener() 160 throws CarNotConnectedException { in testDrivingMonitorDisconnects_afterDisconnectTimeoutDelay()
|
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/ |
H A D | CarDrivingStateMonitor.java | 20 import android.car.CarNotConnectedException; 122 } catch (CarNotConnectedException e) { in startMonitor() 142 } catch (CarNotConnectedException e) { in startMonitor() 154 } catch (CarNotConnectedException e) { in startMonitor() 207 } catch (CarNotConnectedException e) { in disconnectCarMonitor() 244 } catch (CarNotConnectedException e) { in checkIsSetupRestricted() 278 } catch (CarNotConnectedException e) { in onUxRestrictionsChanged()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/units/ |
H A D | CarUnitsManager.java | 20 import android.car.CarNotConnectedException; 79 } catch (CarNotConnectedException e) { in isPropertyAvailable() 130 } catch (CarNotConnectedException e) { in getUnitUsedByProperty() 139 } catch (CarNotConnectedException e) { in setUnitUsedByProperty() 153 } catch (CarNotConnectedException e) { in isDistanceOverVolume()
|
H A D | UnitsBasePreferenceController.java | 20 import android.car.CarNotConnectedException; 64 } catch (CarNotConnectedException e) {
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
H A D | ShadowCar.java | 24 import android.car.CarNotConnectedException; 64 } catch (CarNotConnectedException e) { in createCar() 81 } catch (CarNotConnectedException e) { in createCar() 100 } catch (CarNotConnectedException e) { in setCarManager()
|
/aosp12/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/testutils/ |
H A D | ShadowCar.java | 24 import android.car.CarNotConnectedException; 65 } catch (CarNotConnectedException e) { in createCar() 84 } catch (CarNotConnectedException e) { in setCarManager()
|
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/shadows/ |
H A D | ShadowCar.java | 24 import android.car.CarNotConnectedException; 75 } catch (CarNotConnectedException e) { in createCar() 103 } catch (CarNotConnectedException e) { in setCarManager()
|
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/source/ |
H A D | MediaSourceViewModel.java | 23 import android.car.CarNotConnectedException; 69 CarMediaManager getCarMediaManager(Car carApi) throws CarNotConnectedException; in getCarMediaManager() 102 public CarMediaManager getCarMediaManager(Car carApi) throws CarNotConnectedException { in MediaSourceViewModel() 142 } catch (CarNotConnectedException e) { in MediaSourceViewModel()
|
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
H A D | ClusterViewModel.java | 22 import android.car.CarNotConnectedException; 84 } catch (CarNotConnectedException e) { 97 private void registerAppFocusListener() throws CarNotConnectedException { in registerAppFocusListener() 109 private void registerCarPropertiesListener() throws CarNotConnectedException { in registerCarPropertiesListener() 229 } catch (CarNotConnectedException ex) { in getSensorValue()
|
/aosp12/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/ |
H A D | TestNotificationApplication.java | 23 import android.car.CarNotConnectedException; 57 } catch (CarNotConnectedException e) { in TestNotificationApplication()
|
/aosp12/packages/services/Car/car-lib/api/ |
H A D | lint-baseline.txt | 100 MissingNullability: android.car.CarNotConnectedException#CarNotConnectedException(Exception) parame… 101 Missing nullability on parameter `cause` in method `CarNotConnectedException` 102 MissingNullability: android.car.CarNotConnectedException#CarNotConnectedException(String) parameter… 103 Missing nullability on parameter `name` in method `CarNotConnectedException` 104 MissingNullability: android.car.CarNotConnectedException#CarNotConnectedException(String, Throwable… 105 Missing nullability on parameter `name` in method `CarNotConnectedException` 106 MissingNullability: android.car.CarNotConnectedException#CarNotConnectedException(String, Throwable… 107 Missing nullability on parameter `cause` in method `CarNotConnectedException`
|
/aosp12/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/ |
H A D | ClusterViewModel.java | 25 import android.car.CarNotConnectedException; 95 private void registerAppFocusListener() throws CarNotConnectedException { in registerAppFocusListener() 106 private void registerCarPropertiesListener() throws CarNotConnectedException { in registerCarPropertiesListener() 222 } catch (CarNotConnectedException ex) { in getSensorValue()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/sound/ |
H A D | VolumeSettingsPreferenceController.java | 29 import android.car.CarNotConnectedException; 187 } catch (CarNotConnectedException e) { in createVolumeSeekBarPreference() 235 } catch (CarNotConnectedException e) { in setGroupVolume()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
H A D | BaseVolumeSlider.java | 26 import android.car.CarNotConnectedException; 156 } catch (CarNotConnectedException e) { in setGroupVolume()
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/ |
H A D | AppGridActivity.java | 27 import android.car.CarNotConnectedException; 143 } catch (CarNotConnectedException e) { 301 } catch (CarNotConnectedException e) { in onStop()
|
H A D | AppLauncherUtils.java | 24 import android.car.CarNotConnectedException; 556 } catch (CarNotConnectedException e) { in selectMediaSourceAndFinish() 578 } catch (CarNotConnectedException e) { in isActivityDistractionOptimized()
|
/aosp12/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/ |
H A D | CarEvsCameraPreviewActivity.java | 24 import android.car.CarNotConnectedException; 146 } catch (CarNotConnectedException err) {
|
/aosp12/packages/services/Car/service/src/com/android/car/user/ |
H A D | CarUserNoticeService.java | 27 import android.car.CarNotConnectedException; 400 } catch (CarNotConnectedException e) { in init()
|
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/ |
H A D | CarLatinIME.java | 19 import android.car.CarNotConnectedException; 118 } catch (CarNotConnectedException e) {
|
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
H A D | BugReportActivity.java | 23 import android.car.CarNotConnectedException; 289 } catch (CarNotConnectedException e) { in onCarLifecycleChanged() 316 } catch (CarNotConnectedException e) { in showSubmitBugReportUi()
|
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/ |
H A D | BaseCompatActivityTest.java | 27 import android.car.CarNotConnectedException; 70 public void setupBaseCompatActivityAndLayout() throws CarNotConnectedException { in setupBaseCompatActivityAndLayout()
|