Home
last modified time | relevance | path

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

/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java903 final AtomicInteger onUpdateAppWidgetCallCount = new AtomicInteger(); in testUpdateAppWidgetViaWidgetIds() local
954 onUpdateAppWidgetCallCount.incrementAndGet(); in testUpdateAppWidgetViaWidgetIds()
969 waitForCallCount(onUpdateAppWidgetCallCount, 1); in testUpdateAppWidgetViaWidgetIds()