Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DCarrierConfigFacade.java80 int mTetherChoice = INVALID; in carrierConfigIsTetheringModeAllowed() local
82 mTetherChoice = WIFI_TETHERING; in carrierConfigIsTetheringModeAllowed()
84 mTetherChoice = USB_TETHERING; in carrierConfigIsTetheringModeAllowed()
86 mTetherChoice = BLUETOOTH_TETHERING; in carrierConfigIsTetheringModeAllowed()
90 intent.putExtra("TETHER_TYPE", mTetherChoice); in carrierConfigIsTetheringModeAllowed()