Searched defs:lockTaskLaunchMode (Results 1 – 5 of 5) sorted by relevance
286 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded() local
381 boolean isActivityAllowed(int userId, String packageName, int lockTaskLaunchMode) { in isActivityAllowed()
512 int lockTaskLaunchMode; // the lockTaskMode manifest attribute, subject to override field in ActivityRecord1736 int lockTaskLaunchMode = aInfo.lockTaskLaunchMode; in getLockTaskLaunchMode() local
64 int lockTaskLaunchMode; field in ParsedActivity
1154 public static final String lockTaskLaunchModeToString(int lockTaskLaunchMode) { in lockTaskLaunchModeToString()1173 public int lockTaskLaunchMode; field in ActivityInfo