Home
last modified time | relevance | path

Searched refs:PropertyUpdate (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()
1127 final List<PropertyUpdate> receivedUpdates2 = new ArrayList<>(); in testTwoPropertiesListenersSameNamespace()
1193 final List<PropertyUpdate> receivedUpdates1 = new ArrayList<>(); in testTwoPropertiesListenersDifferentNamespace()
1194 final List<PropertyUpdate> receivedUpdates2 = new ArrayList<>(); in testTwoPropertiesListenersDifferentNamespace()
1399 List<PropertyUpdate> receivedUpdates) { in createOnPropertiesChangedListener()
1404 receivedUpdates.add(new PropertyUpdate(properties)); in createOnPropertiesChangedListener()
1413 List<PropertyUpdate> receivedUpdates, int expectedTotalUpdatesCount) { in waitForListenerUpdateOrTimeout()
1438 final List<PropertyUpdate> receivedUpdates = new ArrayList<>(); in setPropertiesAndAssertSuccessfulChange()
1449 PropertyUpdate propertiesUpdate = receivedUpdates.get(0); in setPropertiesAndAssertSuccessfulChange()
1457 final List<PropertyUpdate> receivedUpdates = new ArrayList<>(); in setPropertiesAndAssertSuccessfulChange()
[all …]