Searched refs:expectedInteractionsWithShowNotification (Results 1 – 1 of 1) sorted by relevance
2312 int expectedInteractionsWithShowNotification) throws Exception { in runUserRestrictionsChange() argument2320 verify(mNotificationUpdater, times(expectedInteractionsWithShowNotification)) in runUserRestrictionsChange()2322 verify(mockTethering, times(expectedInteractionsWithShowNotification)).stopAllTethering(); in runUserRestrictionsChange()2330 final int expectedInteractionsWithShowNotification = 0; in testDisallowTetheringWhenTetheringIsNotActive() local2333 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsNotActive()2341 final int expectedInteractionsWithShowNotification = 1; in testDisallowTetheringWhenTetheringIsActive() local2344 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsActive()2352 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsNotActive() local2355 expectedInteractionsWithShowNotification); in testAllowTetheringWhenTetheringIsNotActive()2363 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsActive() local[all …]