Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java329 String addRestrictionCommandOutput = in testNoDebuggingFeaturesRestriction() local
331 assertTrue("Command was expected to succeed " + addRestrictionCommandOutput, in testNoDebuggingFeaturesRestriction()
332 addRestrictionCommandOutput.contains("Status: ok")); in testNoDebuggingFeaturesRestriction()
336 addRestrictionCommandOutput = in testNoDebuggingFeaturesRestriction()
340 + addRestrictionCommandOutput, in testNoDebuggingFeaturesRestriction()
341 addRestrictionCommandOutput.contains("SecurityException")); in testNoDebuggingFeaturesRestriction()
541 String addRestrictionCommandOutput = in testNfcRestriction() local
543 assertTrue("Command was expected to succeed " + addRestrictionCommandOutput, in testNfcRestriction()
544 addRestrictionCommandOutput.contains("Status: ok")); in testNfcRestriction()