Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDisplayAreaPolicyTests.java98 final Set<Integer> uniqueIds = new HashSet<>(); in testDisplayAreaUniqueId() local
99 uniqueIds.add(displayContent.getFeatureId()); in testDisplayAreaUniqueId()
108 assertThat(uniqueIds.add(featureId)).isTrue(); in testDisplayAreaUniqueId()
112 assertThat(uniqueIds).doesNotContain(featureId); in testDisplayAreaUniqueId()