Searched refs:updateAppWidgetCallCount (Results 1 – 1 of 1) sorted by relevance
735 final AtomicInteger updateAppWidgetCallCount = new AtomicInteger(); in testUpdateAppWidgetViaComponentName() local786 updateAppWidgetCallCount.incrementAndGet(); in testUpdateAppWidgetViaComponentName()800 waitForCallCount(updateAppWidgetCallCount, 1); in testUpdateAppWidgetViaComponentName()829 final AtomicInteger updateAppWidgetCallCount = new AtomicInteger(); in testUpdateAppWidgetViaWidgetId() local865 updateAppWidgetCallCount.incrementAndGet(); in testUpdateAppWidgetViaWidgetId()879 waitForCallCount(updateAppWidgetCallCount, 1); in testUpdateAppWidgetViaWidgetId()999 final AtomicInteger updateAppWidgetCallCount = new AtomicInteger(); in testPartiallyUpdateAppWidgetViaWidgetId() local1035 updateAppWidgetCallCount.incrementAndGet(); in testPartiallyUpdateAppWidgetViaWidgetId()1049 waitForCallCount(updateAppWidgetCallCount, 1); in testPartiallyUpdateAppWidgetViaWidgetId()1054 waitForCallCount(updateAppWidgetCallCount, 2); in testPartiallyUpdateAppWidgetViaWidgetId()