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

  /frameworks/base/core/java/android/os/
Registrant.java 45 internalNotifyRegistrant (null, null);
51 internalNotifyRegistrant (result, null);
57 internalNotifyRegistrant (null, exception);
66 internalNotifyRegistrant (ar.result, ar.exception);
70 internalNotifyRegistrant (Object result, Throwable exception)
RegistrantList.java 78 r.internalNotifyRegistrant(result, exception);

Completed in 282 milliseconds