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

  /frameworks/base/core/java/android/os/
Registrant.java 50 notifyResult(Object result)
RegistrantList.java 97 notifyResult(Object result)
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 183 mDisconnectRegistrants.notifyResult(cn);
187 mUnknownConnectionRegistrants.notifyResult(this);
191 mSuppServiceFailedRegistrants.notifyResult(code);
  /cts/tools/host/src/com/android/cts/
Test.java 381 public void notifyResult(CtsTestResult result) {
383 Log.d("Test.notifyResult() is called. (Test.getFullName()=" + getFullName());
TestDevice.java     [all...]