Home
last modified time | relevance | path

Searched refs:reportState (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java271 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/
DIClusterHomeService.aidl31 void reportState(int uiTypeMain, int uiTypeSub, in byte[] uiAvailability) = 0; in reportState() method
DClusterHomeManager.java344 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/
DClusterHalServiceTest.java451 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/
DClusterHomeManagerUnitTest.java197 .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/
DClusterHomeServiceUnitTest.java326 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/
DClusterHomeService.java316 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/
DClusterHomeApplication.java208 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/
DClusterHalService.java292 public void reportState(int onOff, Rect bounds, Insets insets, in reportState() method in ClusterHalService
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt171 android.car.cluster ClusterHomeManager void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAva…
Dcar_hidden_apis_release_33.1.txt171 android.car.cluster ClusterHomeManager void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAva…
Dcar_hidden_apis.txt244 android.car.cluster ClusterHomeManager void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAva…
Dcar_hidden_apis_release_33.3.txt190 android.car.cluster ClusterHomeManager void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAva…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1996 method TIRAMISU_0 void reportState(int uiTypeMain, int uiTypeSub, byte[] uiAvailability);