Searched refs:canLaunchHomeActivity (Results 1 – 2 of 2) sorted by relevance
2947 boolean canLaunchHomeActivity(int uid, ActivityRecord sourceRecord) { in canLaunchHomeActivity() method in ActivityRecord2976 if ((!componentSpecified || canLaunchHomeActivity(launchedFromUid, sourceRecord)) in setActivityType()
874 assertThat(chooserActivity.canLaunchHomeActivity(NOBODY_UID, chooserActivity)).isTrue(); in testCanLaunchHomeActivityFromChooser()