Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java807 boolean currentDisallow, boolean nextDisallow, String[] activeTetheringIfacesList, in userRestrictionsListenerBehaviour() argument
817 newRestrictions.putBoolean(UserManager.DISALLOW_CONFIG_TETHERING, nextDisallow); in userRestrictionsListenerBehaviour()
832 final boolean nextDisallow = true; in testDisallowTetheringWhenNoTetheringInterfaceIsActive()
835 userRestrictionsListenerBehaviour(currDisallow, nextDisallow, emptyActiveIfacesList, in testDisallowTetheringWhenNoTetheringInterfaceIsActive()
843 final boolean nextDisallow = true; in testDisallowTetheringWhenAtLeastOneTetheringInterfaceIsActive()
846 userRestrictionsListenerBehaviour(currDisallow, nextDisallow, nonEmptyActiveIfacesList, in testDisallowTetheringWhenAtLeastOneTetheringInterfaceIsActive()
854 final boolean nextDisallow = false; in testAllowTetheringWhenNoTetheringInterfaceIsActive()
857 userRestrictionsListenerBehaviour(currDisallow, nextDisallow, nonEmptyActiveIfacesList, in testAllowTetheringWhenNoTetheringInterfaceIsActive()
865 final boolean nextDisallow = false; in testAllowTetheringWhenAtLeastOneTetheringInterfaceIsActive()
868 userRestrictionsListenerBehaviour(currDisallow, nextDisallow, nonEmptyActiveIfacesList, in testAllowTetheringWhenAtLeastOneTetheringInterfaceIsActive()
[all …]