Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTetherSettings.java462 final WeakReference<TetherSettings> mTetherSettings; field in TetherSettings.OnStartTetheringCallback
465 mTetherSettings = new WeakReference<>(settings); in OnStartTetheringCallback()
479 TetherSettings settings = mTetherSettings.get(); in update()
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java556 final WeakReference<TetherSettings> mTetherSettings; field in TetherSettings.OnStartTetheringCallback
559 mTetherSettings = new WeakReference<>(settings); in OnStartTetheringCallback()
573 TetherSettings settings = mTetherSettings.get(); in update()