Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java368 testCrossProfileCopyPasteInternal(mProfileUserId, true); in testCrossProfileCopyPaste()
370 testCrossProfileCopyPasteInternal(mParentUserId, true); in testCrossProfileCopyPaste()
375 testCrossProfileCopyPasteInternal(mProfileUserId, true); in testCrossProfileCopyPaste()
377 testCrossProfileCopyPasteInternal(mParentUserId, false); in testCrossProfileCopyPaste()
380 private void testCrossProfileCopyPasteInternal(int userId, boolean shouldSucceed) in testCrossProfileCopyPasteInternal() method in ManagedProfileTest