Home
last modified time | relevance | path

Searched refs:dcac (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java472 DcAsyncChannel dcac = apnContext.getDcAc(); in getLinkProperties() local
473 if (dcac != null) { in getLinkProperties()
475 return dcac.getLinkPropertiesSync(); in getLinkProperties()
985 DcAsyncChannel dcac = apnContext.getDcAc(); in cleanUpConnection() local
996 if (dcac != null) { in cleanUpConnection()
1001 dcac.tearDown(apnContext, "", null); in cleanUpConnection()
1007 if (dcac != null) { in cleanUpConnection()
1048 if (dcac != null) dcac.reqReset(); in cleanUpConnection()
1056 if (dcac != null) { in cleanUpConnection()
1232 private boolean dataConnectionNotInUse(DcAsyncChannel dcac) { in dataConnectionNotInUse() argument
[all …]
DApnContext.java113 public synchronized void setDataConnectionAc(DcAsyncChannel dcac) { in setDataConnectionAc() argument
115 log("setDataConnectionAc: old dcac=" + mDcAc + " new dcac=" + dcac in setDataConnectionAc()
118 mDcAc = dcac; in setDataConnectionAc()
DDcTrackerBase.java539 DcAsyncChannel dcac = apnContext.getDcAc(); in onActionIntentReconnectAlarm() local
540 if (dcac != null) { in onActionIntentReconnectAlarm()
544 dcac.tearDown(apnContext, "", null); in onActionIntentReconnectAlarm()
633 for (DcAsyncChannel dcac : mDataConnectionAcHashMap.values()) { in dispose()
634 dcac.disconnect(); in dispose()
905 DcAsyncChannel dcac = (DcAsyncChannel) msg.obj; in handleMessage() local
906 mDataConnectionAcHashMap.remove(dcac.getDataConnectionIdSync()); in handleMessage()
907 dcac.disconnected(); in handleMessage()
1219 DcAsyncChannel dcac = mDataConnectionAcHashMap.get(0); in getLinkProperties() local
1220 return dcac.getLinkPropertiesSync(); in getLinkProperties()
[all …]