Home
last modified time | relevance | path

Searched refs:generateTetheringConfiguration (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringDependencies.java111 public TetheringConfiguration generateTetheringConfiguration(Context ctx, SharedLog log, in generateTetheringConfiguration() method in TetheringDependencies
H A DTethering.java477 mConfig = mDeps.generateTetheringConfiguration(mContext, mLog, mActiveDataSubId); in updateConfiguration()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java449 public TetheringConfiguration generateTetheringConfiguration(Context ctx, SharedLog log, in generateTetheringConfiguration() method in TetheringTest.MockTetheringDependencies