Searched refs:stopTethering (Results 1 – 14 of 14) sorted by relevance
488 view.findViewById(R.id.stopTethering).setOnClickListener(v -> stopTethering()); in onCreateView()616 private void stopTethering() { in stopTethering() method in ConnectivityFragment618 mConnectivityManager.stopTethering(ConnectivityManager.TETHERING_WIFI); in stopTethering()
456 mCm.stopTethering(TETHERING_USB); in onPreferenceTreeClick()462 mCm.stopTethering(TETHERING_BLUETOOTH); in onPreferenceTreeClick()468 mCm.stopTethering(TETHERING_ETHERNET); in onPreferenceTreeClick()
213 verify(mTetheringManager).stopTethering(TETHERING_WIFI); in testFailureStopsTethering_Wifi()224 verify(mTetheringManager).stopTethering(TETHERING_USB); in testFailureStopsTethering_Usb()
399 mCm.stopTethering(TETHERING_USB); in onPreferenceTreeClick()405 mCm.stopTethering(TETHERING_BLUETOOTH); in onPreferenceTreeClick()
79 public void stopTethering(int type) { in stopTethering() method in ShadowConnectivityManager
87 cm.stopTethering(ConnectivityManager.TETHERING_WIFI); in onActionClick()
73 mConnectivityManager.stopTethering(ConnectivityManager.TETHERING_WIFI); in onCreate()
104 mConnectivityManager.stopTethering(TETHERING_WIFI); in stopTether()
247 cm.stopTethering(ConnectivityManager.TETHERING_WIFI); in disableWifiTethering()
259 tm.stopTethering(tetheringType); in disableTethering()
618 stopTethering(iface); in handlePanDeviceStateChange()659 private String stopTethering(String iface) { in stopTethering() method in PanService
323 mConnManager.stopTethering(ConnectivityManager.TETHERING_USB); in stopUSBTethering()