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/
DAbstractDownloadManagerFunctionalTest.java64 public boolean mNotifyWasCalled = false; field in AbstractDownloadManagerFunctionalTest.MockContentResolverWithNotify
67 mNotifyWasCalled = false; in resetNotified()
73 mNotifyWasCalled = true; in notifyChange()
DPublicApiFunctionalTest.java473 assertTrue(mResolver.mNotifyWasCalled); in testContentObserver()