Searched refs:mPcoDataRegistrants (Results 1 – 2 of 2) sorted by relevance
95 protected RegistrantList mPcoDataRegistrants = new RegistrantList(); field in BaseCommands1012 mPcoDataRegistrants.add(new Registrant(h, what, obj)); in registerForPcoData()1017 mPcoDataRegistrants.remove(h); in unregisterForPcoData()
918 mRil.mPcoDataRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in pcoData()