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

  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
HotspotCondition.java 31 import com.android.settings.TetherSettings;
103 Utils.startWithFragment(mManager.getContext(), TetherSettings.class.getName(), null, null,
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 61 public class TetherSettings extends RestrictedSettingsFragment
123 public TetherSettings() {
592 final WeakReference<TetherSettings> mTetherSettings;
594 OnStartTetheringCallback(TetherSettings settings) {
595 mTetherSettings = new WeakReference<TetherSettings>(settings);
609 TetherSettings settings = mTetherSettings.get();

Completed in 85 milliseconds