Searched refs:expectedInteractionsWithShowNotification (Results 1 – 1 of 1) sorted by relevance
1144 int expectedInteractionsWithShowNotification) throws Exception { in runUserRestrictionsChange() argument1158 verify(mNotificationUpdater, times(expectedInteractionsWithShowNotification)) in runUserRestrictionsChange()1160 verify(mockTethering, times(expectedInteractionsWithShowNotification)).untetherAll(); in runUserRestrictionsChange()1168 final int expectedInteractionsWithShowNotification = 0; in testDisallowTetheringWhenTetheringIsNotActive() local1171 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsNotActive()1179 final int expectedInteractionsWithShowNotification = 1; in testDisallowTetheringWhenTetheringIsActive() local1182 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsActive()1190 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsNotActive() local1193 expectedInteractionsWithShowNotification); in testAllowTetheringWhenTetheringIsNotActive()1201 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsActive() local[all …]