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.java279 testCrossProfileCopyPasteInternal(mProfileUserId, true); in testCrossProfileCopyPaste()
281 testCrossProfileCopyPasteInternal(mParentUserId, true); in testCrossProfileCopyPaste()
286 testCrossProfileCopyPasteInternal(mProfileUserId, true); in testCrossProfileCopyPaste()
288 testCrossProfileCopyPasteInternal(mParentUserId, false); in testCrossProfileCopyPaste()
291 private void testCrossProfileCopyPasteInternal(int userId, boolean shouldSucceed) in testCrossProfileCopyPasteInternal() method in ManagedProfileTest