Searched refs:activeProfileTarget (Results 1 – 2 of 2) sorted by relevance
1552 TargetInfo activeProfileTarget = activeListAdapter.targetInfoForPosition(0, false);1555 activeProfileTarget.getResolvedComponentName(),1560 if (!shouldAutoLaunchSingleChoice(activeProfileTarget)) {1564 String packageName = activeProfileTarget.getResolvedComponentName().getPackageName();1575 safelyStartActivity(activeProfileTarget);1611 TargetInfo activeProfileTarget = activeListAdapter.targetInfoForPosition(0, false);1614 activeProfileTarget.getResolvedComponentName(),1619 if (!shouldAutoLaunchSingleChoice(activeProfileTarget)) {1623 String packageName = activeProfileTarget.getResolvedComponentName().getPackageName();1634 safelyStartActivity(activeProfileTarget);
912 TargetInfo activeProfileTarget = activeListAdapter.targetInfoForPosition(0, false); in maybeAutolaunchIfCrossProfileSupported() local915 activeProfileTarget.getResolvedComponentName(), in maybeAutolaunchIfCrossProfileSupported()920 if (!shouldAutoLaunchSingleChoice(activeProfileTarget)) { in maybeAutolaunchIfCrossProfileSupported()924 String packageName = activeProfileTarget.getResolvedComponentName().getPackageName(); in maybeAutolaunchIfCrossProfileSupported()935 safelyStartActivity(activeProfileTarget); in maybeAutolaunchIfCrossProfileSupported()936 Log.d(TAG, "auto launching! " + activeProfileTarget); in maybeAutolaunchIfCrossProfileSupported()