Searched refs:mModemResetRegistrants (Results 1 – 4 of 4) sorted by relevance
74 mRil.mModemResetRegistrants.notifyRegistrants(new AsyncResult(null, reason, null)); in modemReset()
108 protected RegistrantList mModemResetRegistrants = new RegistrantList(); field in BaseCommands1011 mModemResetRegistrants.addUnique(h, what, obj); in registerForModemReset()1016 mModemResetRegistrants.remove(h); in unregisterForModemReset()
1003 mRil.mModemResetRegistrants.notifyRegistrants(new AsyncResult(null, reason, null)); in modemReset()
2199 if (mModemResetRegistrants != null) { in notifyModemReset()2200 mModemResetRegistrants.notifyRegistrants(new AsyncResult(null, "Test", null)); in notifyModemReset()