HomeSort by relevance Sort by last modified time
    Searched defs:internalNotifyRegistrant (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
Registrant.java 46 internalNotifyRegistrant (null, null);
52 internalNotifyRegistrant (result, null);
58 internalNotifyRegistrant (null, exception);
67 internalNotifyRegistrant (ar.result, ar.exception);
71 internalNotifyRegistrant (Object result, Throwable exception)
RegistrantList.java 80 r.internalNotifyRegistrant(result, exception);

Completed in 28 milliseconds