Searched refs:isLaunchSourceType (Results 1 – 4 of 4) sorted by relevance
1638 launchedFromHome = root.isLaunchSourceType(ActivityRecord.LAUNCH_SOURCE_TYPE_HOME); in onBackPressed()
3425 && !targetActivity.isLaunchSourceType(ActivityRecord.LAUNCH_SOURCE_TYPE_SYSTEMUI)) {
2330 boolean isLaunchSourceType(@LaunchSourceType int type) { in isLaunchSourceType() method in ActivityRecord
3724 doReturn(true).when(ar).isLaunchSourceType(eq(LAUNCH_SOURCE_TYPE_HOME)); in testMoveTaskToBackWhenStartedFromLauncher()