Searched refs:lockTaskLaunchMode (Results 1 – 10 of 10) sorted by relevance
81 private int lockTaskLaunchMode; field in ParsedActivityImpl114 this.lockTaskLaunchMode = other.lockTaskLaunchMode; in ParsedActivityImpl()150 activity.lockTaskLaunchMode = 0; in makeAppDetailsActivity()174 alias.lockTaskLaunchMode = target.getLockTaskLaunchMode(); in makeAlias()301 dest.writeInt(this.lockTaskLaunchMode); in writeToParcel()339 this.lockTaskLaunchMode = in.readInt(); in ParsedActivityImpl()400 int lockTaskLaunchMode, in ParsedActivityImpl() argument424 this.lockTaskLaunchMode = lockTaskLaunchMode; in ParsedActivityImpl()505 return lockTaskLaunchMode; in getLockTaskLaunchMode()621 lockTaskLaunchMode = value; in setLockTaskLaunchMode()
1455 public static final String lockTaskLaunchModeToString(int lockTaskLaunchMode) { in lockTaskLaunchModeToString() argument1456 switch (lockTaskLaunchMode) { in lockTaskLaunchModeToString()1466 return "unknown=" + lockTaskLaunchMode; in lockTaskLaunchModeToString()1474 public int lockTaskLaunchMode; field in ActivityInfo1502 lockTaskLaunchMode = orig.lockTaskLaunchMode; in ActivityInfo()1836 + lockTaskLaunchModeToString(lockTaskLaunchMode)); in dump()1891 dest.writeInt(lockTaskLaunchMode); in writeToParcel()2016 lockTaskLaunchMode = source.readInt(); in ActivityInfo()
4284 a.info.lockTaskLaunchMode = 0; in generateAppDetailsHiddenActivity()4486 a.info.lockTaskLaunchMode = in parseActivity()4934 info.lockTaskLaunchMode = target.info.lockTaskLaunchMode;
348 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded() local349 if (controller.isActivityAllowed(mUserId, packageName, lockTaskLaunchMode)) { in interceptLockTaskModeViolationPackageIfNeeded()
418 boolean isActivityAllowed(int userId, String packageName, int lockTaskLaunchMode) { in isActivityAllowed() argument422 switch (lockTaskLaunchMode) { in isActivityAllowed()816 switch (rootActivity.lockTaskLaunchMode) { in getLockTaskAuth()
533 int lockTaskLaunchMode; // the lockTaskMode manifest attribute, subject to override field in ActivityRecord2133 lockTaskLaunchMode = getLockTaskLaunchMode(aInfo, options); in ActivityRecord()2185 int lockTaskLaunchMode = aInfo.lockTaskLaunchMode; in getLockTaskLaunchMode() local2188 && (lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_ALWAYS in getLockTaskLaunchMode()2189 || lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_NEVER)) { in getLockTaskLaunchMode()2190 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in getLockTaskLaunchMode()2194 if (useLockTask && lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_DEFAULT) { in getLockTaskLaunchMode()2195 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_IF_ALLOWLISTED; in getLockTaskLaunchMode()2198 return lockTaskLaunchMode; in getLockTaskLaunchMode()
166 mAInfo.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in setUp()
2255 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in testGetLockTaskLaunchMode()2259 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_ALWAYS; in testGetLockTaskLaunchMode()2263 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_NEVER; in testGetLockTaskLaunchMode()2268 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_ALWAYS; in testGetLockTaskLaunchMode()2272 activity.info.lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_NEVER; in testGetLockTaskLaunchMode()
537 ai.lockTaskLaunchMode = a.getLockTaskLaunchMode(); in generateActivityInfoUnchecked()
10935 Landroid/content/pm/ActivityInfo;->lockTaskLaunchMode:I