Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DObserverManager.java124 private volatile boolean mHasNotifications = false; field in ObserverManager
242 mHasNotifications = true; in onDocumentChange()
296 mHasNotifications = true; in onSchemaChange()
367 return mHasNotifications; in hasNotifications()
372 if (!mHasNotifications) { in dispatchAndClearPendingNotifications()
376 if (mObserversLocked.isEmpty() || !mHasNotifications) { in dispatchAndClearPendingNotifications()
384 mHasNotifications = false; in dispatchAndClearPendingNotifications()