Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1143 boolean currentDisallow, boolean nextDisallow, boolean isTetheringActive, in runUserRestrictionsChange() argument
1146 newRestrictions.putBoolean(UserManager.DISALLOW_CONFIG_TETHERING, nextDisallow); in runUserRestrictionsChange()
1167 final boolean nextDisallow = true; in testDisallowTetheringWhenTetheringIsNotActive()
1170 runUserRestrictionsChange(currDisallow, nextDisallow, isTetheringActive, in testDisallowTetheringWhenTetheringIsNotActive()
1178 final boolean nextDisallow = true; in testDisallowTetheringWhenTetheringIsActive()
1181 runUserRestrictionsChange(currDisallow, nextDisallow, isTetheringActive, in testDisallowTetheringWhenTetheringIsActive()
1189 final boolean nextDisallow = false; in testAllowTetheringWhenTetheringIsNotActive()
1192 runUserRestrictionsChange(currDisallow, nextDisallow, isTetheringActive, in testAllowTetheringWhenTetheringIsNotActive()
1200 final boolean nextDisallow = false; in testAllowTetheringWhenTetheringIsActive()
1203 runUserRestrictionsChange(currDisallow, nextDisallow, isTetheringActive, in testAllowTetheringWhenTetheringIsActive()
[all …]