Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cluster/cts/
DClusterHomeManagerTest.java92 private String mTestMonitoringSurface; field in ClusterHomeManagerTest
116 if (mTestMonitoringSurface != null && !mTestMonitoringSurface.equals("null")) { in tearDown()
121 return !monitoringSurface.equals(mTestMonitoringSurface); in tearDown()
153 mTestMonitoringSurface = oldDump2.get(DUMP_CLUSTER_SURFACE); in testStartVisibilityMonitoring()