Searched refs:getLockTaskLaunchMode (Results 1 – 9 of 9) sorted by relevance
37 int getLockTaskLaunchMode(); in getLockTaskLaunchMode() method
179 alias.lockTaskLaunchMode = target.getLockTaskLaunchMode(); in makeAlias()520 public int getLockTaskLaunchMode() { in getLockTaskLaunchMode() method in ParsedActivityImpl
40 ParsedActivity::getLockTaskLaunchMode, in <lambda>()
370 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded()
2288 lockTaskLaunchMode = getLockTaskLaunchMode(aInfo, options); in ActivityRecord()2383 static int getLockTaskLaunchMode(ActivityInfo aInfo, @Nullable ActivityOptions options) { in getLockTaskLaunchMode() method in ActivityRecord
2236 ActivityRecord.getLockTaskLaunchMode(activity.info, options)); in testGetLockTaskLaunchMode()2240 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()2244 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()2249 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()2253 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()
368 ai.lockTaskLaunchMode = a.getLockTaskLaunchMode(); in generateActivityInfo()
577 ai.lockTaskLaunchMode = a.getLockTaskLaunchMode(); in generateActivityInfo()
25583 PLcom/android/server/wm/ActivityRecord;->getLockTaskLaunchMode(Landroid/content/pm/ActivityInfo;Lan…