Home
last modified time | relevance | path

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

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java1126 final List<PropertyUpdate> receivedUpdates1 = new ArrayList<>(); in testTwoPropertiesListenersSameNamespace() local
1129 OnPropertiesChangedListener listener1 = createOnPropertiesChangedListener(receivedUpdates1); in testTwoPropertiesListenersSameNamespace()
1136 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersSameNamespace()
1140 receivedUpdates1.size(), /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersSameNamespace()
1143 receivedUpdates1.get(0).assertEqual(NAMESPACE1, KEY1, VALUE1); in testTwoPropertiesListenersSameNamespace()
1148 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace()
1152 receivedUpdates1.size(), 2); in testTwoPropertiesListenersSameNamespace()
1155 receivedUpdates1.get(1).assertEqual(NAMESPACE1, KEY1, VALUE2); in testTwoPropertiesListenersSameNamespace()
1162 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace()
1165 receivedUpdates1.size(), 2); in testTwoPropertiesListenersSameNamespace()
[all …]