HomeSort by relevance Sort by last modified time
    Searched refs:TetherSettings (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
HotspotCondition.java 29 import com.android.settings.TetherSettings;
92 Utils.startWithFragment(mManager.getContext(), TetherSettings.class.getName(), null, null,
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 60 public class TetherSettings extends RestrictedSettingsFragment
126 public TetherSettings() {
601 final WeakReference<TetherSettings> mTetherSettings;
603 OnStartTetheringCallback(TetherSettings settings) {
604 mTetherSettings = new WeakReference<TetherSettings>(settings);
618 TetherSettings settings = mTetherSettings.get();
WirelessSettings.java 336 p.setEnabled(!TetherSettings
SettingsActivity.java 263 TetherSettings.class.getName(),
    [all...]

Completed in 113 milliseconds