Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcControllerTest.java87 private DcController mDcc; field in DcControllerTest
93 return (IState) method.invoke(mDcc); in getCurrentState()
114 mDcc = DcController.makeDcc(mPhone, mDcTracker, mDataServiceManager, Looper.myLooper(), in setUp()
147 mDcc.addActiveDcByCid(mDc); in testDataDormant()
149 mDcc.sendMessage(mDcc.obtainMessage(EVENT_DATA_STATE_CHANGED, in testDataDormant()
179 mDcc.addActiveDcByCid(mDc); in testPhysicalLinkStateChanged_defaultApnTypeAndDormant_registrantNotifyResult()
185 mDcc.registerForPhysicalLinkStateChanged(mTestHandler, EVENT_PHYSICAL_LINK_STATE_CHANGED); in testPhysicalLinkStateChanged_defaultApnTypeAndDormant_registrantNotifyResult()
187 mDcc.sendMessage(mDcc.obtainMessage(EVENT_DATA_STATE_CHANGED, in testPhysicalLinkStateChanged_defaultApnTypeAndDormant_registrantNotifyResult()
224 mDcc.addActiveDcByCid(mDc); in testPhysicalLinkStateChanged_imsApnTypeAndDormant_NoNotifyResult()
231 mDcc.sendMessage(mDcc.obtainMessage(EVENT_DATA_STATE_CHANGED, in testPhysicalLinkStateChanged_imsApnTypeAndDormant_NoNotifyResult()
[all …]
DDataConnectionTest.java119 private DcController mDcc; field in DataConnectionTest
298 mDcc = DcController.makeDcc(mPhone, mDcTracker, mDataServiceManager, h.getLooper(), ""); in onLooperPrepared()
300 mDcTesterFailBringUpAll, mDcc, true); in onLooperPrepared()
412 mDcc = null; in tearDown()
560 mDcc.addActiveDcByCid(mDefaultDc); in setUpDefaultData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTesterDeactivateAll.java39 private DcController mDcc; field in DcTesterDeactivateAll
55 if (mDcc != null) {
56 for (DataConnection dc : mDcc.mDcListAll) {
70 mDcc = dcc; in DcTesterDeactivateAll()
DDcTracker.java276 private DcController mDcc; field in DcTracker
779 mDcc = DcController.makeDcc(mPhone, this, mDataServiceManager, dcHandler.getLooper(), in DcTracker()
2077 return mDcc.getActiveDcByCid(cid); in getDataConnectionByContextId()
3612 mDataServiceManager, mDcTesterFailBringUpAll, mDcc, doAllocatePduSessionId); in createDataConnection()
4649 DcController dcc = mDcc; in dump()
4989 DataConnection temp = mDcc.getActiveDcByCid(pcoData.cid); in handlePcoData()
5623 mDcc.registerForPhysicalLinkStateChanged(h, what); in registerForPhysicalLinkStateChanged()
5632 mDcc.unregisterForPhysicalLinkStateChanged(h); in unregisterForPhysicalLinkStateChanged()