Home
last modified time | relevance | path

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

/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java735 final AtomicInteger updateAppWidgetCallCount = new AtomicInteger(); in testUpdateAppWidgetViaComponentName() local
786 updateAppWidgetCallCount.incrementAndGet(); in testUpdateAppWidgetViaComponentName()
800 waitForCallCount(updateAppWidgetCallCount, 1); in testUpdateAppWidgetViaComponentName()
829 final AtomicInteger updateAppWidgetCallCount = new AtomicInteger(); in testUpdateAppWidgetViaWidgetId() local
865 updateAppWidgetCallCount.incrementAndGet(); in testUpdateAppWidgetViaWidgetId()
879 waitForCallCount(updateAppWidgetCallCount, 1); in testUpdateAppWidgetViaWidgetId()
999 final AtomicInteger updateAppWidgetCallCount = new AtomicInteger(); in testPartiallyUpdateAppWidgetViaWidgetId() local
1035 updateAppWidgetCallCount.incrementAndGet(); in testPartiallyUpdateAppWidgetViaWidgetId()
1049 waitForCallCount(updateAppWidgetCallCount, 1); in testPartiallyUpdateAppWidgetViaWidgetId()
1054 waitForCallCount(updateAppWidgetCallCount, 2); in testPartiallyUpdateAppWidgetViaWidgetId()