Home
last modified time | relevance | path

Searched refs:getClusterState (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
H A DClusterHomeServiceUnitTest.java174 ClusterState clusterState = mClusterHomeService.getClusterState(); in getClusterStateReturnsClusterState()
192 assertThat(mClusterHomeService.getClusterState().uiType).isEqualTo(UI_TYPE_CLUSTER_MAPS); in onSwitchUiSendsDisplayState()
205 assertThat(mClusterHomeService.getClusterState().on).isTrue(); in displayOnSendsDisplayState()
219 assertThat(mClusterHomeService.getClusterState().bounds).isEqualTo(newBounds); in displayBoundsSendsDisplayState()
233 assertThat(mClusterHomeService.getClusterState().insets).isEqualTo(newInsets); in displayInsetsSendsDisplayState()
/aosp12/packages/services/Car/car-lib/src/android/car/cluster/
H A DIClusterHomeService.aidl55 ClusterState getClusterState() = 6; in getClusterState() method
H A DClusterHomeManager.java311 public ClusterState getClusterState() { in getClusterState() method in ClusterHomeManager
314 state = mService.getClusterState(); in getClusterState()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/cluster/
H A DClusterDisplayController.java92 mClusterState = mClusterHomeManager.getClusterState();
/aosp12/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
H A DClusterHomeApplication.java118 mClusterState = mHomeManager.getClusterState(); in initClusterHome()
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DClusterHomeService.java364 public ClusterState getClusterState() { in getClusterState() method in ClusterHomeService
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
H A DClusterHomeManagerTest.java220 ClusterState state2 = mClusterHomeManager.getClusterState(); in testClusterState()