Home
last modified time | relevance | path

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

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java746 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersSameNamespace()
747 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/0); in testTwoPropertiesListenersSameNamespace()
758 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace()
759 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersSameNamespace()
771 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace()
772 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace()
784 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace()
785 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace()
813 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersDifferentNamespace()
814 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/0); in testTwoPropertiesListenersDifferentNamespace()
[all …]