Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DRegistrantList.java88 internalNotifyRegistrants (Object result, Throwable exception) in internalNotifyRegistrants() method in RegistrantList
100 internalNotifyRegistrants(null, null); in notifyRegistrants()
106 internalNotifyRegistrants (null, exception); in notifyException()
113 internalNotifyRegistrants (result, null); in notifyResult()
121 internalNotifyRegistrants(ar.result, ar.exception); in notifyRegistrants()