Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDisallowSharingIntoProfileTest.java120 ResolveInfo toProfileForwarderInfo = getIntentForwarder( in testSharingFromPersonalFails()
127 ResolveInfo toProfileForwarderInfo = getIntentForwarder( in testSharingFromPersonalSucceeds()
140 ResolveInfo toPersonalForwarderInfo = getIntentForwarder( in testSharingFromProfile()
203 private ResolveInfo getIntentForwarder(Intent intent) { in getIntentForwarder() method in DisallowSharingIntoProfileTest