Searched refs:lockTaskLaunchMode (Results 1 – 10 of 10) sorted by relevance
81 private int lockTaskLaunchMode; field in ParsedActivityImpl117 this.lockTaskLaunchMode = other.lockTaskLaunchMode; in ParsedActivityImpl()154 activity.lockTaskLaunchMode = 0; in makeAppDetailsActivity()178 alias.lockTaskLaunchMode = target.getLockTaskLaunchMode(); in makeAlias()306 dest.writeInt(this.lockTaskLaunchMode); in writeToParcel()345 this.lockTaskLaunchMode = in.readInt(); in ParsedActivityImpl()407 int lockTaskLaunchMode, in ParsedActivityImpl() argument432 this.lockTaskLaunchMode = lockTaskLaunchMode; in ParsedActivityImpl()514 return lockTaskLaunchMode; in getLockTaskLaunchMode()635 lockTaskLaunchMode = value; in setLockTaskLaunchMode()
1518 public static final String lockTaskLaunchModeToString(int lockTaskLaunchMode) { in lockTaskLaunchModeToString() argument1519 switch (lockTaskLaunchMode) { in lockTaskLaunchModeToString()1529 return "unknown=" + lockTaskLaunchMode; in lockTaskLaunchModeToString()1537 public int lockTaskLaunchMode; field in ActivityInfo1565 lockTaskLaunchMode = orig.lockTaskLaunchMode; in ActivityInfo()1905 + lockTaskLaunchModeToString(lockTaskLaunchMode)); in dump()1963 dest.writeInt(lockTaskLaunchMode); in writeToParcel()2089 lockTaskLaunchMode = source.readInt(); in ActivityInfo()
4284 a.info.lockTaskLaunchMode = 0; in generateAppDetailsHiddenActivity()4486 a.info.lockTaskLaunchMode = in parseActivity()4934 info.lockTaskLaunchMode = target.info.lockTaskLaunchMode;
419 boolean isActivityAllowed(int userId, String packageName, int lockTaskLaunchMode) { in isActivityAllowed() argument423 switch (lockTaskLaunchMode) { in isActivityAllowed()820 switch (rootActivity.lockTaskLaunchMode) { in getLockTaskAuth()
365 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded() local366 if (controller.isActivityAllowed(mUserId, packageName, lockTaskLaunchMode)) { in interceptLockTaskModeViolationPackageIfNeeded()
546 int lockTaskLaunchMode; // the lockTaskMode manifest attribute, subject to override field in ActivityRecord2163 lockTaskLaunchMode = getLockTaskLaunchMode(aInfo, options); in ActivityRecord()2231 int lockTaskLaunchMode = aInfo.lockTaskLaunchMode; in getLockTaskLaunchMode() local2234 && (lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_ALWAYS in getLockTaskLaunchMode()2235 || lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_NEVER)) { in getLockTaskLaunchMode()2236 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in getLockTaskLaunchMode()2240 if (useLockTask && lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_DEFAULT) { in getLockTaskLaunchMode()2241 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_IF_ALLOWLISTED; in getLockTaskLaunchMode()2244 return lockTaskLaunchMode; in getLockTaskLaunchMode()
175 mAInfo.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in setUp()
2270 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in testGetLockTaskLaunchMode()2274 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_ALWAYS; in testGetLockTaskLaunchMode()2278 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_NEVER; in testGetLockTaskLaunchMode()2283 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_ALWAYS; in testGetLockTaskLaunchMode()2287 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_NEVER; in testGetLockTaskLaunchMode()
523 ai.lockTaskLaunchMode = a.getLockTaskLaunchMode(); in generateActivityInfo()
10935 Landroid/content/pm/ActivityInfo;->lockTaskLaunchMode:I