Searched refs:mDataCallListChangedRegistrants (Results 1 – 5 of 5) sorted by relevance
104 private final RegistrantList mDataCallListChangedRegistrants = new RegistrantList(); field in DataServiceManager134 mDataCallListChangedRegistrants.notifyRegistrants( in binderDied()318 mDataCallListChangedRegistrants.notifyRegistrants( in onDataCallListChanged()867 mDataCallListChangedRegistrants.addUnique(h, what, mTransportType); in registerForDataCallListChanged()878 mDataCallListChangedRegistrants.remove(h); in unregisterForDataCallListChanged()
62 mRil.mDataCallListChangedRegistrants.notifyRegistrants( in dataCallListChanged()
58 protected RegistrantList mDataCallListChangedRegistrants = new RegistrantList(); field in BaseCommands313 mDataCallListChangedRegistrants.addUnique(h, what, obj); in registerForDataCallListChanged()318 mDataCallListChangedRegistrants.remove(h); in unregisterForDataCallListChanged()
1283 mRil.mDataCallListChangedRegistrants.notifyRegistrants( in responseDataCallListChanged()
179 private final SparseArray<RegistrantList> mDataCallListChangedRegistrants = new SparseArray<>(); field in DataNetworkControllerTest528 mDataCallListChangedRegistrants.get(transport).notifyRegistrants( in setSuccessfulSetupDataResponse()561 mDataCallListChangedRegistrants.get(t).notifyRegistrants( in setSuccessfulSetupDataResponse()903 mDataCallListChangedRegistrants.put(transport, new RegistrantList()); in setUp()910 mDataCallListChangedRegistrants.get(transport).notifyRegistrants( in setUp()920 mDataCallListChangedRegistrants.get(transport).addUnique(h, what, transport); in setUp()1128 mDataCallListChangedRegistrants.clear(); in tearDown()5025 mDataCallListChangedRegistrants.get(AccessNetworkConstants.TRANSPORT_TYPE_WWAN) in testTrafficDescriptionChangedDataRetry()