Searched refs:getLockTaskLaunchMode (Results 1 – 6 of 6) sorted by relevance
405 public int getLockTaskLaunchMode() { in getLockTaskLaunchMode() method in ParsedActivity
313 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded()
1817 lockTaskLaunchMode = getLockTaskLaunchMode(aInfo, options); in ActivityRecord()1863 static int getLockTaskLaunchMode(ActivityInfo aInfo, @Nullable ActivityOptions options) { in getLockTaskLaunchMode() method in ActivityRecord
2068 ActivityRecord.getLockTaskLaunchMode(activity.info, options)); in testGetLockTaskLaunchMode()2072 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()2076 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()2081 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()2085 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()
494 ai.lockTaskLaunchMode = a.getLockTaskLaunchMode(); in generateActivityInfoUnchecked()
43995 HSPLcom/android/server/wm/ActivityRecord;->getLockTaskLaunchMode(Landroid/content/pm/ActivityInfo;L…