Home
last modified time | relevance | path

Searched defs:mNotificationUpdater (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java247 private final TetheringNotificationUpdater mNotificationUpdater; field in Tethering
1206 private final TetheringNotificationUpdater mNotificationUpdater; field in Tethering.UserRestrictionActionListener
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java259 @Mock private TetheringNotificationUpdater mNotificationUpdater; field in TetheringTest