Home
last modified time | relevance | path

Searched refs:CLUSTER_HOME_SERVICE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/car/src/android/car/cluster/cts/
DClusterHomeManagerTest.java61 private static final String CLUSTER_HOME_SERVICE = "ClusterHomeService"; field in ClusterHomeManagerTest
119 String monitoringSurface = DumpUtils.executeDumpShellCommand(CLUSTER_HOME_SERVICE) in tearDown()
136 var oldDump = DumpUtils.executeDumpShellCommand(CLUSTER_HOME_SERVICE); in testStartVisibilityMonitoring()
145 var dump = DumpUtils.executeDumpShellCommand(CLUSTER_HOME_SERVICE); in testStartVisibilityMonitoring()
151 var oldDump2 = DumpUtils.executeDumpShellCommand(CLUSTER_HOME_SERVICE); in testStartVisibilityMonitoring()
165 var dump = DumpUtils.executeDumpShellCommand(CLUSTER_HOME_SERVICE); in testStartVisibilityMonitoring()
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/cluster/
DClusterHomeManagerPermissionTest.java75 mClusterHomeManager = (ClusterHomeManager) mCar.getCarManager(Car.CLUSTER_HOME_SERVICE); in setUp()