Searched refs:onDownstreamChanged (Results 1 – 4 of 4) sorted by relevance
247 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE)298 notificationUpdater.onDownstreamChanged(WIFI_MASK)324 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE)328 notificationUpdater.onDownstreamChanged(WIFI_MASK)376 notificationUpdater.onDownstreamChanged(WIFI_MASK)406 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE)410 notificationUpdater.onDownstreamChanged(WIFI_MASK)
822 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in failingLocalOnlyHotspotLegacyApBroadcast()910 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in workingLocalOnlyHotspotEnrichedApBroadcast()1424 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in failingWifiTetheringLegacyApBroadcast()1468 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in workingWifiTetheringEnrichedApBroadcast()1469 verify(mNotificationUpdater, times(1)).onDownstreamChanged(eq(1 << TETHERING_WIFI)); in workingWifiTetheringEnrichedApBroadcast()1541 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in failureEnablingIpForwarding()1542 verify(mNotificationUpdater, times(1)).onDownstreamChanged(eq(1 << TETHERING_WIFI)); in failureEnablingIpForwarding()1974 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in workingWifiP2pGroupOwner()
169 public void onDownstreamChanged(@IntRange(from = 0, to = 7) final int downstreamTypesMask) { in onDownstreamChanged() method in TetheringNotificationUpdater
964 mNotificationUpdater.onDownstreamChanged(downstreamTypesMask); in sendTetherStateChangedBroadcast()