Searched refs:CLUSTER_HOME_SERVICE (Results 1 – 2 of 2) sorted by relevance
61 private static final String CLUSTER_HOME_SERVICE = "ClusterHomeService"; field in ClusterHomeManagerTest119 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()
75 mClusterHomeManager = (ClusterHomeManager) mCar.getCarManager(Car.CLUSTER_HOME_SERVICE); in setUp()