Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DCallbackRegistry.java68 private int mNotificationLevel; field in CallbackRegistry
92 mNotificationLevel++; in notifyCallbacks()
94 mNotificationLevel--; in notifyCallbacks()
95 if (mNotificationLevel == 0) { in notifyCallbacks()
275 if (mNotificationLevel == 0) { in remove()
329 } else if (mNotificationLevel == 0) { in isEmpty()
346 if (mNotificationLevel == 0) { in clear()
361 clone.mNotificationLevel = 0; in clone()