Searched refs:lockTaskLaunchMode (Results 1 – 5 of 5) 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()1346 lockTaskLaunchMode = source.readInt(); in ActivityInfo()
4348 a.info.lockTaskLaunchMode = 0; in generateAppDetailsHiddenActivity()4550 a.info.lockTaskLaunchMode = in parseActivity()4962 info.lockTaskLaunchMode = target.info.lockTaskLaunchMode; in parseActivityAlias()
340 int lockTaskLaunchMode; // the lockTaskMode manifest attribute, subject to override field in ActivityRecord1055 lockTaskLaunchMode = aInfo.lockTaskLaunchMode; in ActivityRecord()1056 if (appInfo.isPrivilegedApp() && (lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_ALWAYS in ActivityRecord()1057 || lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_NEVER)) { in ActivityRecord()1058 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT; in ActivityRecord()1075 if (useLockTask && lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_DEFAULT) { in ActivityRecord()1076 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_IF_WHITELISTED; in ActivityRecord()
1558 switch (r.lockTaskLaunchMode) { in setLockTaskAuth()
13822 Landroid/content/pm/ActivityInfo;->lockTaskLaunchMode:I