Searched refs:getLockTaskLaunchMode (Results 1 – 8 of 8) sorted by relevance
50 int getLockTaskLaunchMode(); in getLockTaskLaunchMode() method
178 alias.lockTaskLaunchMode = target.getLockTaskLaunchMode(); in makeAlias()513 public int getLockTaskLaunchMode() { in getLockTaskLaunchMode() method in ParsedActivityImpl
40 ParsedActivity::getLockTaskLaunchMode,
365 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded()
2163 lockTaskLaunchMode = getLockTaskLaunchMode(aInfo, options); in ActivityRecord()2230 static int getLockTaskLaunchMode(ActivityInfo aInfo, @Nullable ActivityOptions options) { in getLockTaskLaunchMode() method in ActivityRecord
2272 ActivityRecord.getLockTaskLaunchMode(activity.info, options)); in testGetLockTaskLaunchMode()2276 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()2280 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()2285 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()2289 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()
523 ai.lockTaskLaunchMode = a.getLockTaskLaunchMode(); in generateActivityInfo()
8322 HSPLcom/android/server/pm/pkg/component/ParsedActivityImpl;->getLockTaskLaunchMode()I