Searched refs:currentTransport (Results 1 – 1 of 1) sorted by relevance
431 String currentTransport = in createAndInitializeService() local434 if (TextUtils.isEmpty(currentTransport)) { in createAndInitializeService()435 currentTransport = null; in createAndInitializeService()441 addUserIdToLogMessage(userId, "Starting with transport " + currentTransport)); in createAndInitializeService()444 new TransportManager(userId, context, transportWhitelist, currentTransport); in createAndInitializeService()3376 String currentTransport = mTransportManager.getCurrentTransportName(); in getCurrentTransport() local3381 mUserId, "... getCurrentTransport() returning " + currentTransport)); in getCurrentTransport()3383 return currentTransport; in getCurrentTransport()