Searched refs:mModemResetRegistrants (Results 1 – 3 of 3) sorted by relevance
98 protected RegistrantList mModemResetRegistrants = new RegistrantList(); field in BaseCommands1002 mModemResetRegistrants.add(new Registrant(h, what, obj)); in registerForModemReset()1007 mModemResetRegistrants.remove(h); in unregisterForModemReset()
927 mRil.mModemResetRegistrants.notifyRegistrants(new AsyncResult(null, reason, null)); in modemReset()
2131 if (mModemResetRegistrants != null) { in notifyModemReset()2132 mModemResetRegistrants.notifyRegistrants(new AsyncResult(null, "Test", null)); in notifyModemReset()