Searched refs:waitForListenerUpdateOrTimeout (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/ |
D | DeviceConfigApiTests.java | 1136 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersSameNamespace() 1137 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/0); in testTwoPropertiesListenersSameNamespace() 1148 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace() 1149 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersSameNamespace() 1161 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace() 1162 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace() 1174 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace() 1175 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/2); in testTwoPropertiesListenersSameNamespace() 1203 waitForListenerUpdateOrTimeout(receivedUpdates1, /*expectedTotalUpdatesCount=*/1); in testTwoPropertiesListenersDifferentNamespace() 1204 waitForListenerUpdateOrTimeout(receivedUpdates2, /*expectedTotalUpdatesCount=*/0); in testTwoPropertiesListenersDifferentNamespace() [all …]
|