Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java323 private class MyTetheringConfiguration extends TetheringConfiguration { class in TetheringTest
324 MyTetheringConfiguration(Context ctx, SharedLog log, int id) { in MyTetheringConfiguration() method in TetheringTest.MyTetheringConfiguration
407 mConfig = spy(new MyTetheringConfiguration(ctx, log, subId)); in generateTetheringConfiguration()