Searched refs:isLaunchSourceType (Results 1 – 4 of 4) sorted by relevance
1760 && rootActivity.isLaunchSourceType(ActivityRecord.LAUNCH_SOURCE_TYPE_HOME) in shouldMoveTaskToBack()
3658 && !targetActivity.isLaunchSourceType(ActivityRecord.LAUNCH_SOURCE_TYPE_SYSTEMUI)) {
2483 boolean isLaunchSourceType(@LaunchSourceType int type) { in isLaunchSourceType() method in ActivityRecord
3709 doReturn(true).when(ar).isLaunchSourceType(eq(LAUNCH_SOURCE_TYPE_HOME)); in testMoveTaskToBackWhenStartedFromLauncher()