Searched refs:mModemResetRegistrants (Results 1 – 3 of 3) sorted by relevance
103 protected RegistrantList mModemResetRegistrants = new RegistrantList(); field in BaseCommands991 mModemResetRegistrants.addUnique(h, what, obj); in registerForModemReset()996 mModemResetRegistrants.remove(h); in unregisterForModemReset()
964 mRil.mModemResetRegistrants.notifyRegistrants(new AsyncResult(null, reason, null)); in modemReset()
2210 if (mModemResetRegistrants != null) { in notifyModemReset()2211 mModemResetRegistrants.notifyRegistrants(new AsyncResult(null, "Test", null)); in notifyModemReset()