Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DWindowManagerTraceTest.java64 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canDetectAboveAppWindowVisibility()
71 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canDetectBelowAppWindowVisibility()
78 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canDetectAppWindowVisibility()
85 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canFailWithReasonForVisibilityChecks_windowNotFound()
93 WindowManagerTrace.Entry entry = mTrace.getEntry(241777211939236L); in canFailWithReasonForVisibilityChecks_windowNotVisible()
101 WindowManagerTrace.Entry entry = mTrace.getEntry(241778130296410L); in canDetectAppZOrder()
108 WindowManagerTrace.Entry entry = mTrace.getEntry(241778130296410L); in canFailWithReasonForZOrderChecks_windowNotOnTop()
DLayersTraceTest.java139 LayersTrace.Entry entry = trace.getEntry(2308008331271L); in canDetectUncoveredRegion()
156 LayersTrace.Entry entry = trace.getEntry(2308008331271L); in canTestLayerVisibleRegion_layerDoesNotExist()
168 LayersTrace.Entry entry = trace.getEntry(2307993020072L); in canTestLayerVisibleRegion_layerDoesNotHaveExpectedVisibleRegion()
185 LayersTrace.Entry entry = trace.getEntry(2308455948035L); in canTestLayerVisibleRegion_layerIsHiddenByParent()
204 LayersTrace.Entry entry = trace.getEntry(2308008331271L); in canTestLayerVisibleRegion_incorrectRegionSize()
219 LayersTrace.Entry entry = trace.getEntry(2308008331271L); in canTestLayerVisibleRegion()
230 LayersTrace.Entry entry = trace.getEntry(252794268378458L); in canTestLayerVisibleRegion_layerIsNotVisible()
DLayersTraceSubjectTest.java111 for (LayersTrace.Entry entry : layersTrace.getEntries()) { in detectRootLayer()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DWindowManagerTrace.java45 private final List<Entry> mEntries;
49 private WindowManagerTrace(List<Entry> entries, Path source, String sourceChecksum) { in WindowManagerTrace()
63 List<Entry> entries = new ArrayList<>(); in parseFrom()
72 entries.add(new Entry(entryProto)); in parseFrom()
81 public List<Entry> getEntries() { in getEntries()
85 public Entry getEntry(long timestamp) { in getEntry()
86 Optional<Entry> entry = in getEntry()
103 public static class Entry implements ITraceEntry { class in WindowManagerTrace
106 public Entry(WindowManagerTraceProto proto) { in Entry() method in WindowManagerTrace.Entry
DLayersTrace.java45 private final List<Entry> mEntries;
49 private LayersTrace(List<Entry> entries, Path source, String sourceChecksum) { in LayersTrace()
78 List<Entry> entries = new ArrayList<>(); in parseFrom()
86 Entry entry = in parseFrom()
87 Entry.fromFlattenedLayers( in parseFrom()
127 public List<Entry> getEntries() { in getEntries()
131 public Entry getEntry(long timestamp) { in getEntry()
132 Optional<Entry> entry = in getEntry()
149 public static class Entry implements ITraceEntry { class in LayersTrace
154 private Entry(long timestamp, List<Layer> rootLayers) { in Entry() method in LayersTrace.Entry
[all …]
DLayersTraceSubject.java28 import com.android.server.wm.flicker.LayersTrace.Entry;
47 private AssertionsChecker<Entry> mChecker = new AssertionsChecker<>();
50 private void addAssertion(Assertions.TraceAssertion<Entry> assertion, String name) { in addAssertion()
DWmTraceSubject.java41 private AssertionsChecker<WindowManagerTrace.Entry> mChecker = new AssertionsChecker<>();
45 Assertions.TraceAssertion<WindowManagerTrace.Entry> assertion, String name) { in addAssertion()
DAssertions.java51 public interface LayersTraceAssertion extends TraceAssertion<LayersTrace.Entry> {}
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DBaseCollectionListener.java103 for (Map.Entry<String, T> entry : metrics.entrySet()) { in onTestEnd()
115 for (Map.Entry<String, T> entry : metrics.entrySet()) { in onTestRunEnd()
DDataRecord.java79 for (Map.Entry<String, File> entry : mCurrentFileMetrics.entrySet()) { in getStringMetrics()
DScheduledRunCollectionListener.java198 for (Map.Entry<String, String> entry : mTimeSeriesStatistics.getStatistics().entrySet()) { in onEnd()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/
DMappedMultiException.java48 private String entryToString(Map.Entry<Object, Throwable> entry) { in entryToString()
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DCpuUsageHelperTest.java114 for (Map.Entry<String, Long> cpuUsageEntry : mCpuUsageHelper.getMetrics().entrySet()) { in testCpuUsageMetricsKey()
186 for (Map.Entry<String, Long> cpuUsageEntry : mCpuUsageHelper.getMetrics().entrySet()) { in testCpuUsageOnlyPerPkg()
207 for (Map.Entry<String, Long> cpuUsageEntry : mCpuUsageHelper.getMetrics().entrySet()) { in testCpuUsageOnlyPerFreq()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DAppStartupHelper.java31 import java.util.Map.Entry;
217 for (Entry<String, Integer> entry : tempResultCountMap.entrySet()) { in getMetrics()
229 Collectors.toMap(Map.Entry::getKey, in getMetrics()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDataCollector.java82 for (Map.Entry<LogGenerator, Long> entry : generatorsWithIntervals.entrySet()) { in start()
124 for (Map.Entry<LogGenerator, Long> entry : generatorsWithIntervals.entrySet()) { in loop()
DMemHealthRecord.java127 for (Map.Entry<String, List<MemHealthRecord>> entry : fgRecords.entrySet()) { in saveVerbose()
168 for (Map.Entry<String, List<MemHealthRecord>> entry : bgRecords.entrySet()) { in saveVerbose()
/platform_testing/tests/functional/devicehealthtests/src/com/android/devicehealth/tests/
DHealthCheckBase.java54 DropBoxManager.Entry entry; in checkCrash()
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/
DDeviceCollectorsTest.java41 import java.util.Map.Entry;
187 for (Entry<TestDescription, TestResult> testResult : result.getTestResults().entrySet()) { in testBaseListenerRuns_withIncludeFilters()
257 for (Entry<TestDescription, TestResult> testResult : result.getTestResults().entrySet()) { in testLogOnly()
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
DCrashCheckBase.java55 DropBoxManager.Entry entry; in checkCrash()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DDumpsysMeminfoHelper.java145 for (Map.Entry<String, Integer> metric : METRIC_POSITIONS.entrySet()) { in parseMetrics()
DShowmapSnapshotHelper.java259 for (Map.Entry<Integer, String> entry : mMetricNameIndexMap.entrySet()) { in parseAndUpdateMemoryInfo()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java155 for (Map.Entry<Integer, String> l : lists.entrySet()) { in sendNotifications()