Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java1593 final int expectedInteractionsWithShowNotification = 0; in testDisallowTetheringWhenTetheringIsNotActive() local
1596 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsNotActive()
1604 final int expectedInteractionsWithShowNotification = 1; in testDisallowTetheringWhenTetheringIsActive() local
1607 expectedInteractionsWithShowNotification); in testDisallowTetheringWhenTetheringIsActive()
1615 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsNotActive() local
1618 expectedInteractionsWithShowNotification); in testAllowTetheringWhenTetheringIsNotActive()
1626 final int expectedInteractionsWithShowNotification = 0; in testAllowTetheringWhenTetheringIsActive() local
1629 expectedInteractionsWithShowNotification); in testAllowTetheringWhenTetheringIsActive()
1635 final int expectedInteractionsWithShowNotification = 0; in testDisallowTetheringUnchanged() local
1640 expectedInteractionsWithShowNotification); in testDisallowTetheringUnchanged()
[all …]