Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppOpsTest.java36 setAppOpHistoryParameters("mode=HISTORICAL_MODE_ENABLED_ACTIVE,baseIntervalMillis=1000" in testBadConfigCannotCauseBootLoopEnabled()
40 setAppOpHistoryParameters(null); in testBadConfigCannotCauseBootLoopEnabled()
49 setAppOpHistoryParameters("mode=HISTORICAL_MODE_DISABLED,baseIntervalMillis=1000" in testBadConfigCannotCauseBootLoopDisabled()
53 setAppOpHistoryParameters(null); in testBadConfigCannotCauseBootLoopDisabled()
58 private void setAppOpHistoryParameters(String value) throws Exception { in setAppOpHistoryParameters() method in AppOpsTest