Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1200 protected String enableString(int apnType) { in enableString() method in Tethering.TetherMasterSM.TetherMasterUtilState
1215 String enableString = enableString(apnType); in turnOnUpstreamMobileConnection() local
1216 if (enableString == null) return false; in turnOnUpstreamMobileConnection()
1218 ConnectivityManager.TYPE_MOBILE, enableString); in turnOnUpstreamMobileConnection()
1240 ConnectivityManager.TYPE_MOBILE, enableString(mMobileApnReserved)); in turnOffUpstreamMobileConnection()