Home
last modified time | relevance | path

Searched refs:expectedInteractionsWithShowNotification (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2312 int expectedInteractionsWithShowNotification) throws Exception { in runUserRestrictionsChange() argument
2320 verify(mNotificationUpdater, times(expectedInteractionsWithShowNotification)) in runUserRestrictionsChange()
2322 verify(mockTethering, times(expectedInteractionsWithShowNotification)).stopAllTethering(); in runUserRestrictionsChange()
2330 final int expectedInteractionsWithShowNotification = 0; in testDisallowTetheringWhenTetheringIsNotActive() local
2333 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsNotActive()
2341 final int expectedInteractionsWithShowNotification = 1; in testDisallowTetheringWhenTetheringIsActive() local
2344 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsActive()
2352 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsNotActive() local
2355 expectedInteractionsWithShowNotification); in testAllowTetheringWhenTetheringIsNotActive()
2363 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsActive() local
[all …]