Home
last modified time | relevance | path

Searched refs:makeTetheringLooper (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringDependencies.java149 public abstract Looper makeTetheringLooper(); in makeTetheringLooper() method in TetheringDependencies
DTetheringService.java326 public Looper makeTetheringLooper() { in makeTetheringDependencies()
DTethering.java299 mLooper = mDeps.makeTetheringLooper(); in Tethering()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java506 public Looper makeTetheringLooper() { in makeTetheringLooper() method in TetheringTest.MockTetheringDependencies