Searched refs:lockTaskLaunchMode (Results 1 – 11 of 11) sorted by relevance
79 private int lockTaskLaunchMode; field in ParsedActivityImpl117 this.lockTaskLaunchMode = other.lockTaskLaunchMode; in ParsedActivityImpl()155 activity.lockTaskLaunchMode = 0; in makeAppDetailsActivity()179 alias.lockTaskLaunchMode = target.getLockTaskLaunchMode(); in makeAlias()309 dest.writeInt(this.lockTaskLaunchMode); in writeToParcel()349 this.lockTaskLaunchMode = in.readInt(); in ParsedActivityImpl()412 int lockTaskLaunchMode, in ParsedActivityImpl() argument438 this.lockTaskLaunchMode = lockTaskLaunchMode; in ParsedActivityImpl()521 return lockTaskLaunchMode; in getLockTaskLaunchMode()647 lockTaskLaunchMode = value; in setLockTaskLaunchMode()
1807 public static final String lockTaskLaunchModeToString(int lockTaskLaunchMode) {1808 switch (lockTaskLaunchMode) {1818 return "unknown=" + lockTaskLaunchMode;1826 public int lockTaskLaunchMode;1854 lockTaskLaunchMode = orig.lockTaskLaunchMode;2194 + lockTaskLaunchModeToString(lockTaskLaunchMode));2257 dest.writeInt(lockTaskLaunchMode);2384 lockTaskLaunchMode = source.readInt();
4284 a.info.lockTaskLaunchMode = 0; in generateAppDetailsHiddenActivity()4486 a.info.lockTaskLaunchMode = in parseActivity()4934 info.lockTaskLaunchMode = target.info.lockTaskLaunchMode;
418 boolean isActivityAllowed(int userId, String packageName, int lockTaskLaunchMode) { in isActivityAllowed() argument422 switch (lockTaskLaunchMode) { in isActivityAllowed()821 switch (rootActivity.lockTaskLaunchMode) { in getLockTaskAuth()
398 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded() local399 if (controller.isActivityAllowed(mUserId, packageName, lockTaskLaunchMode)) { in interceptLockTaskModeViolationPackageIfNeeded()
524 int lockTaskLaunchMode; // the lockTaskMode manifest attribute, subject to override field in ActivityRecord2002 lockTaskLaunchMode = getLockTaskLaunchMode(aInfo, options); in ActivityRecord()2107 int lockTaskLaunchMode = aInfo.lockTaskLaunchMode; in getLockTaskLaunchMode() local2110 && (lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_ALWAYS in getLockTaskLaunchMode()2111 || lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_NEVER)) { in getLockTaskLaunchMode()2112 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in getLockTaskLaunchMode()2116 if (useLockTask && lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_DEFAULT) { in getLockTaskLaunchMode()2117 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_IF_ALLOWLISTED; in getLockTaskLaunchMode()2120 return lockTaskLaunchMode; in getLockTaskLaunchMode()
176 mAInfo.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in setUp()
2305 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in testGetLockTaskLaunchMode()2309 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_ALWAYS; in testGetLockTaskLaunchMode()2313 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_NEVER; in testGetLockTaskLaunchMode()2318 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_ALWAYS; in testGetLockTaskLaunchMode()2322 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_NEVER; in testGetLockTaskLaunchMode()
368 ai.lockTaskLaunchMode = a.getLockTaskLaunchMode(); in generateActivityInfo()
579 ai.lockTaskLaunchMode = a.getLockTaskLaunchMode(); in generateActivityInfo()
10935 Landroid/content/pm/ActivityInfo;->lockTaskLaunchMode:I