/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/ |
D | ClusterHomeManagerTest.java | 271 mClusterHomeManager.reportState(UI_TYPE_1, UI_TYPE_2, UI_AVAILABILITY); in testClusterReportState() 295 () -> mClusterHomeManager.reportState(UI_TYPE_1, UI_TYPE_2, UI_AVAILABILITY)); in testNoHalProperty_throwsException() 352 mClusterHomeManager.reportState(UI_TYPE_1, UI_TYPE_2, UI_AVAILABILITY); in testClusterReportStateErrorStatusFromHal() 357 mClusterHomeManager.reportState(UI_TYPE_1, UI_TYPE_2, UI_AVAILABILITY); in testClusterReportStateErrorStatusFromHal() 362 mClusterHomeManager.reportState(UI_TYPE_1, UI_TYPE_2, UI_AVAILABILITY); in testClusterReportStateErrorStatusFromHal() 367 mClusterHomeManager.reportState(UI_TYPE_1, UI_TYPE_2, UI_AVAILABILITY); in testClusterReportStateErrorStatusFromHal() 372 mClusterHomeManager.reportState(UI_TYPE_1, UI_TYPE_2, UI_AVAILABILITY); in testClusterReportStateErrorStatusFromHal()
|
/packages/services/Car/car-lib/src/android/car/cluster/ |
D | IClusterHomeService.aidl | 31 void reportState(int uiTypeMain, int uiTypeSub, in byte[] uiAvailability) = 0; in reportState() method
|
D | ClusterHomeManager.java | 344 public void reportState(int uiTypeMain, int uiTypeSub, @NonNull byte[] uiAvailability) { in reportState() method in ClusterHomeManager 346 mService.reportState(uiTypeMain, uiTypeSub, uiAvailability); in reportState()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | ClusterHalServiceTest.java | 451 mClusterHalService.reportState( in testReportState() 471 () -> mClusterHalService.reportState( in testReportState_noProperties() 483 () -> lightModeService.reportState( in testReportState_lightMode_fullProperties()
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/cluster/ |
D | ClusterHomeManagerUnitTest.java | 197 .when(mService).reportState(anyInt(), anyInt(), any(byte[].class)); in reportState_serviceFailure() 199 mClusterHomeManager.reportState(1, 1, new byte[]{1}); in reportState_serviceFailure()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/ |
D | ClusterHomeServiceUnitTest.java | 326 mClusterHomeService.reportState(UI_TYPE_CLUSTER_MAPS, UI_TYPE_CLUSTER_NONE, uiAvailability); in reportStateInvokesHal() 329 verify(mClusterHalService).reportState(/* onOff= */ anyInt(), /* bounds= */ any(Rect.class), in reportStateInvokesHal()
|
/packages/services/Car/service/src/com/android/car/cluster/ |
D | ClusterHomeService.java | 316 public void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAvailability) { in reportState() method in ClusterHomeService 322 mClusterHalService.reportState(mOnOff, mBounds, mInsets, in reportState()
|
/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/ |
D | ClusterHomeApplication.java | 208 mHomeManager.reportState(mClusterState.uiType, UI_TYPE_CLUSTER_NONE, mUiAvailability); in initClusterHome() 394 mHomeManager.reportState(uiType, UI_TYPE_CLUSTER_NONE, mUiAvailability); in handleTaskStackChanged()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | ClusterHalService.java | 292 public void reportState(int onOff, Rect bounds, Insets insets, in reportState() method in ClusterHalService
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 171 android.car.cluster ClusterHomeManager void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAva…
|
D | car_hidden_apis_release_33.1.txt | 171 android.car.cluster ClusterHomeManager void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAva…
|
D | car_hidden_apis.txt | 244 android.car.cluster ClusterHomeManager void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAva…
|
D | car_hidden_apis_release_33.3.txt | 190 android.car.cluster ClusterHomeManager void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAva…
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 1996 method TIRAMISU_0 void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAvailability);
|