Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/gpuprofiling/src/android/graphics/gpuprofiling/cts/
DCtsFrameTracerDataSourceTest.java70 int dataSourcesCount = state.getDataSourcesCount(); in testFrameTracerProducerAvailable() local
71 Assert.assertTrue("No sources found", dataSourcesCount > 0); in testFrameTracerProducerAvailable()
73 for (int i = 0; i < dataSourcesCount; i++) { in testFrameTracerProducerAvailable()