Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DCallbackRegistry.java69 private int mNotificationLevel; field in CallbackRegistry
93 mNotificationLevel++; in notifyCallbacks()
95 mNotificationLevel--; in notifyCallbacks()
96 if (mNotificationLevel == 0) { in notifyCallbacks()
276 if (mNotificationLevel == 0) { in remove()
330 } else if (mNotificationLevel == 0) { in isEmpty()
347 if (mNotificationLevel == 0) { in clear()
362 clone.mNotificationLevel = 0; in clone()