Searched refs:currentTransport (Results 1 – 1 of 1) sorted by relevance
432 String currentTransport = in createAndInitializeService() local435 if (TextUtils.isEmpty(currentTransport)) { in createAndInitializeService()436 currentTransport = null; in createAndInitializeService()442 addUserIdToLogMessage(userId, "Starting with transport " + currentTransport)); in createAndInitializeService()445 new TransportManager(userId, context, transportWhitelist, currentTransport); in createAndInitializeService()3380 String currentTransport = mTransportManager.getCurrentTransportName(); in getCurrentTransport() local3385 mUserId, "... getCurrentTransport() returning " + currentTransport)); in getCurrentTransport()3387 return currentTransport; in getCurrentTransport()