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.java465 final WeakReference<TetherSettings> mTetherSettings; field in TetherSettings.OnStartTetheringCallback
468 mTetherSettings = new WeakReference<>(settings); in OnStartTetheringCallback()
482 TetherSettings settings = mTetherSettings.get(); in update()
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java535 final WeakReference<TetherSettings> mTetherSettings; field in TetherSettings.OnStartTetheringCallback
538 mTetherSettings = new WeakReference<>(settings); in OnStartTetheringCallback()
552 TetherSettings settings = mTetherSettings.get(); in update()