Home
last modified time | relevance | path

Searched refs:mRilCellInfoListRegistrants (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java70 protected RegistrantList mRilCellInfoListRegistrants = new RegistrantList(); field in BaseCommands
822 mRilCellInfoListRegistrants.add(r); in registerForCellInfoList()
826 mRilCellInfoListRegistrants.remove(h); in unregisterForCellInfoList()
DRIL.java3217 if (mRilCellInfoListRegistrants != null) { in processUnsolicited()
3218 mRilCellInfoListRegistrants.notifyRegistrants( in processUnsolicited()