Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DCallbackRegistry.java149 notifyRemainderLocked(sender, arg, arg2, remainderIndex); in notifyRecurseLocked()
171 private void notifyRemainderLocked(T sender, int arg, A arg2, int remainderIndex) { in notifyRemainderLocked() method in CallbackRegistry
178 notifyRemainderLocked(sender, arg, arg2, remainderIndex - 1); in notifyRemainderLocked()