Searched refs:currentTransport (Results 1 – 3 of 3) sorted by relevance
342 int currentTransport = entry.getValue(); in onDataHandoverNeeded() local343 boolean applied = currentTransport != AccessNetworkConstants.TRANSPORT_TYPE_INVALID; in onDataHandoverNeeded()346 && currentTransport != targetTransport) { in onDataHandoverNeeded()347 DcTracker dcTracker = mPhone.getDcTracker(currentTransport); in onDataHandoverNeeded()366 .transportTypeToString(currentTransport) + ", but no live data " in onDataHandoverNeeded()372 currentTransport); in onDataHandoverNeeded()378 currentTransport) + " is not available."); in onDataHandoverNeeded()
457 String currentTransport = in createAndInitializeService() local460 if (TextUtils.isEmpty(currentTransport)) { in createAndInitializeService()461 currentTransport = null; in createAndInitializeService()467 addUserIdToLogMessage(userId, "Starting with transport " + currentTransport)); in createAndInitializeService()470 new TransportManager(userId, context, transportWhitelist, currentTransport); in createAndInitializeService()3344 String currentTransport = mTransportManager.getCurrentTransportName(); in getCurrentTransport() local3349 mUserId, "... getCurrentTransport() returning " + currentTransport)); in getCurrentTransport()3351 return currentTransport; in getCurrentTransport()
638 int currentTransport = mTransportManager.getCurrentTransport( in getActiveDcTrackerForApn() local640 return getDcTracker(currentTransport); in getActiveDcTrackerForApn()698 int currentTransport = mTransportManager.getCurrentTransport( in getDataConnectionState() local700 if (getDcTracker(currentTransport) != null) { in getDataConnectionState()701 switch (getDcTracker(currentTransport).getState(apnType)) { in getDataConnectionState()