Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1226 private final ArrayList<TetheringConfigurationParcel> mTetheringConfigs = field in TetheringTest.TestTetheringEventCallback
1259 final TetheringConfigurationParcel actualConfig = mTetheringConfigs.remove(0); in expectConfigurationChanged()
1282 mTetheringConfigs.add(config); in onConfigurationChanged()
1303 mTetheringConfigs.add(parcel.config); in onCallbackStarted()
1316 assertTrue(mTetheringConfigs.isEmpty()); in assertNoConfigChangeCallback()