Searched refs:mockTethering (Results 1 – 1 of 1) sorted by relevance
1576 final Tethering mockTethering = mock(Tethering.class); in runUserRestrictionsChange() local1577 when(mockTethering.isTetheringActive()).thenReturn(isTetheringActive); in runUserRestrictionsChange()1580 makeUserRestrictionActionListener(mockTethering, currentDisallow, nextDisallow); in runUserRestrictionsChange()1585 verify(mockTethering, times(expectedInteractionsWithShowNotification)).untetherAll(); in runUserRestrictionsChange()