Searched refs:mModemResetRegistrants (Results 1 – 3 of 3) sorted by relevance
77 protected RegistrantList mModemResetRegistrants = new RegistrantList(); field in BaseCommands942 mModemResetRegistrants.add(new Registrant(h, what, obj)); in registerForModemReset()947 mModemResetRegistrants.remove(h); in unregisterForModemReset()
873 mRil.mModemResetRegistrants.notifyRegistrants(new AsyncResult(null, reason, null)); in modemReset()
2111 if (mModemResetRegistrants != null) { in notifyModemReset()2112 mModemResetRegistrants.notifyRegistrants(new AsyncResult(null, "Test", null)); in notifyModemReset()