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()
432 String currentTransport = in createAndInitializeService() local435 if (TextUtils.isEmpty(currentTransport)) { in createAndInitializeService()436 currentTransport = null; in createAndInitializeService()440 Slog.v(TAG, "Starting with transport " + currentTransport); in createAndInitializeService()443 new TransportManager(userId, context, transportWhitelist, currentTransport); in createAndInitializeService()2957 String currentTransport = mTransportManager.getCurrentTransportName(); in getCurrentTransport() local2958 if (MORE_DEBUG) Slog.v(TAG, "... getCurrentTransport() returning " + currentTransport); in getCurrentTransport()2959 return currentTransport; in getCurrentTransport()
626 int currentTransport = mTransportManager.getCurrentTransport( in getActiveDcTrackerForApn() local628 return getDcTracker(currentTransport); in getActiveDcTrackerForApn()686 int currentTransport = mTransportManager.getCurrentTransport( in getDataConnectionState() local688 if (getDcTracker(currentTransport) != null) { in getDataConnectionState()689 switch (getDcTracker(currentTransport).getState(apnType)) { in getDataConnectionState()