Searched refs:prepareIntentForCrossProfileLaunch (Results 1 – 3 of 3) sorted by relevance
207 TargetInfo.prepareIntentForCrossProfileLaunch(mResolvedIntent, userId); in startAsCaller()214 TargetInfo.prepareIntentForCrossProfileLaunch(mResolvedIntent, user.getIdentifier()); in startAsUser()
458 static void prepareIntentForCrossProfileLaunch(Intent intent, int targetUserId) { in prepareIntentForCrossProfileLaunch() method
231 TargetInfo.prepareIntentForCrossProfileLaunch(intent, userId); in SelectableTargetInfo()