Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/feed/v2/
H A DFeedStreamSurfaceTest.java477 HistogramDelta actionOpenedSnippetDelta = new HistogramDelta( in testNavigateTab() local
484 assertEquals(1, actionOpenedSnippetDelta.getDelta()); in testNavigateTab()
490 HistogramDelta actionOpenedSnippetDelta = new HistogramDelta( in testNavigateNewTab() local
496 assertEquals(1, actionOpenedSnippetDelta.getDelta()); in testNavigateNewTab()
502 HistogramDelta actionOpenedSnippetDelta = new HistogramDelta( in testNavigateIncognitoTab() local
508 assertEquals(1, actionOpenedSnippetDelta.getDelta()); in testNavigateIncognitoTab()