Searched defs:lockTaskLaunchMode (Results 1 – 5 of 5) sorted by relevance
81 private int lockTaskLaunchMode; field in ParsedActivityImpl400 int lockTaskLaunchMode, in ParsedActivityImpl()
348 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded() local
418 boolean isActivityAllowed(int userId, String packageName, int lockTaskLaunchMode) { in isActivityAllowed()
533 int lockTaskLaunchMode; // the lockTaskMode manifest attribute, subject to override field in ActivityRecord2185 int lockTaskLaunchMode = aInfo.lockTaskLaunchMode; in getLockTaskLaunchMode() local
1455 public static final String lockTaskLaunchModeToString(int lockTaskLaunchMode) { in lockTaskLaunchModeToString()1474 public int lockTaskLaunchMode; field in ActivityInfo