Searched refs:mNotificationUpdater (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 287 @Mock private TetheringNotificationUpdater mNotificationUpdater; field in TetheringTest 522 return mNotificationUpdater; in makeNotificationUpdater() 903 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in failingLocalOnlyHotspotLegacyApBroadcast() 1008 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in verifyStartHotspot() 1011 verify(mNotificationUpdater).onDownstreamChanged(DOWNSTREAM_NONE); in verifyStartHotspot() 1012 verify(mNotificationUpdater).onDownstreamChanged(eq(1 << TETHERING_WIFI)); in verifyStartHotspot() 1926 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in failingWifiTetheringLegacyApBroadcast() 2020 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in failureEnablingIpForwarding() 2021 verify(mNotificationUpdater, times(1)).onDownstreamChanged(eq(1 << TETHERING_WIFI)); in failureEnablingIpForwarding() 2052 new UserRestrictionActionListener(mUserManager, tethering, mNotificationUpdater); in makeUserRestrictionActionListener() [all …]
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 258 private final TetheringNotificationUpdater mNotificationUpdater; field in Tethering 300 mNotificationUpdater = mDeps.makeNotificationUpdater(mContext, mLooper); in Tethering() 358 mUserManager, this, mNotificationUpdater); in Tethering() 526 mNotificationUpdater.onActiveDataSubscriptionIdChanged(subId); in onActiveDataSubscriptionIdChanged() 1132 mNotificationUpdater.onDownstreamChanged(downstreamTypesMask); in sendTetherStateChangedBroadcast() 1379 private final TetheringNotificationUpdater mNotificationUpdater; field in Tethering.UserRestrictionActionListener 1386 mNotificationUpdater = updater; in UserRestrictionActionListener() 1407 mNotificationUpdater.tetheringRestrictionLifted(); in onUserRestrictionsChanged() 1414 mNotificationUpdater.notifyTetheringDisabledByRestriction(); in onUserRestrictionsChanged() 1852 mNotificationUpdater.onUpstreamCapabilitiesChanged( in chooseUpstreamType() [all …]
|