Home
last modified time | relevance | path

Searched refs:mApnUnthrottledRegistrants (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataServiceManager.java106 private final RegistrantList mApnUnthrottledRegistrants = new RegistrantList(); field in DataServiceManager
339 mApnUnthrottledRegistrants.notifyRegistrants( in onApnUnthrottled()
349 mApnUnthrottledRegistrants.notifyRegistrants( in onDataProfileUnthrottled()
890 mApnUnthrottledRegistrants.addUnique(h, what, mTransportType); in registerForApnUnthrottled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDataIndication.java114 mRil.mApnUnthrottledRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in unthrottleApn()
DBaseCommands.java59 protected RegistrantList mApnUnthrottledRegistrants = new RegistrantList(); field in BaseCommands
323 mApnUnthrottledRegistrants.addUnique(h, what, obj); in registerForApnUnthrottled()
328 mApnUnthrottledRegistrants.remove(h); in unregisterForApnUnthrottled()
DRadioIndication.java1292 mRil.mApnUnthrottledRegistrants.notifyRegistrants( in responseApnUnthrottled()