Searched refs:lockTaskLaunchMode (Results 1 – 4 of 4) sorted by relevance
955 public static final String lockTaskLaunchModeToString(int lockTaskLaunchMode) { in lockTaskLaunchModeToString() argument956 switch (lockTaskLaunchMode) { in lockTaskLaunchModeToString()966 return "unknown=" + lockTaskLaunchMode; in lockTaskLaunchModeToString()974 public int lockTaskLaunchMode; field in ActivityInfo1001 lockTaskLaunchMode = orig.lockTaskLaunchMode; in ActivityInfo()1167 + lockTaskLaunchModeToString(lockTaskLaunchMode)); in dump()1215 dest.writeInt(lockTaskLaunchMode); in writeToParcel()1345 lockTaskLaunchMode = source.readInt(); in ActivityInfo()
4290 a.info.lockTaskLaunchMode = 0; in generateAppDetailsHiddenActivity()4492 a.info.lockTaskLaunchMode = in parseActivity()4905 info.lockTaskLaunchMode = target.info.lockTaskLaunchMode; in parseActivityAlias()
340 int lockTaskLaunchMode; // the lockTaskMode manifest attribute, subject to override field in ActivityRecord1054 lockTaskLaunchMode = aInfo.lockTaskLaunchMode; in ActivityRecord()1055 if (appInfo.isPrivilegedApp() && (lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_ALWAYS in ActivityRecord()1056 || lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_NEVER)) { in ActivityRecord()1057 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in ActivityRecord()1074 if (useLockTask && lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_DEFAULT) { in ActivityRecord()1075 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_IF_WHITELISTED; in ActivityRecord()
1558 switch (r.lockTaskLaunchMode) { in setLockTaskAuth()