Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1607 final NetworkRequest mobileUpstreamRequest = builder.build(); in turnOnUpstreamMobileConnection() local
1617 if (DBG) Log.d(TAG, "requesting mobile upstream network: " + mobileUpstreamRequest); in turnOnUpstreamMobileConnection()
1619 mobileUpstreamRequest, mMobileUpstreamCallback, 0, apnType); in turnOnUpstreamMobileConnection()