Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1144 int expectedInteractionsWithShowNotification) throws Exception { in runUserRestrictionsChange() argument
1158 verify(mNotificationUpdater, times(expectedInteractionsWithShowNotification)) in runUserRestrictionsChange()
1160 verify(mockTethering, times(expectedInteractionsWithShowNotification)).untetherAll(); in runUserRestrictionsChange()
1168 final int expectedInteractionsWithShowNotification = 0; in testDisallowTetheringWhenTetheringIsNotActive() local
1171 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsNotActive()
1179 final int expectedInteractionsWithShowNotification = 1; in testDisallowTetheringWhenTetheringIsActive() local
1182 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsActive()
1190 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsNotActive() local
1193 expectedInteractionsWithShowNotification); in testAllowTetheringWhenTetheringIsNotActive()
1201 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsActive() local
[all …]