Searched refs:receivedUpdates1 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/ |
D | DeviceConfigApiTests.java | 736 final List<PropertyUpdate> receivedUpdates1 = new ArrayList<>(); in testTwoPropertiesListenersSameNamespace() local 739 OnPropertiesChangedListener listener1 = createOnPropertiesChangedListener(receivedUpdates1); in testTwoPropertiesListenersSameNamespace() 746 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersSameNamespace() 750 receivedUpdates1.size(), /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersSameNamespace() 753 receivedUpdates1.get(0).assertEqual(NAMESPACE1, KEY1, VALUE1); in testTwoPropertiesListenersSameNamespace() 758 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace() 762 receivedUpdates1.size(), 2); in testTwoPropertiesListenersSameNamespace() 765 receivedUpdates1.get(1).assertEqual(NAMESPACE1, KEY1, VALUE2); in testTwoPropertiesListenersSameNamespace() 772 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace() 775 receivedUpdates1.size(), 2); in testTwoPropertiesListenersSameNamespace() [all …]
|