Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractDownloadProviderFunctionalTest.java78 public boolean mNotifyWasCalled = false; field in AbstractDownloadProviderFunctionalTest.MockContentResolverWithNotify
85 mNotifyWasCalled = false; in resetNotified()
91 mNotifyWasCalled = true; in notifyChange()
DPublicApiFunctionalTest.java633 assertTrue(mResolver.mNotifyWasCalled); in testContentObserver()