Home
last modified time | relevance | path

Searched defs:lockTaskLaunchMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
DParsedActivityImpl.java81 private int lockTaskLaunchMode; field in ParsedActivityImpl
400 int lockTaskLaunchMode, in ParsedActivityImpl()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java348 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded() local
DLockTaskController.java418 boolean isActivityAllowed(int userId, String packageName, int lockTaskLaunchMode) { in isActivityAllowed()
DActivityRecord.java533 int lockTaskLaunchMode; // the lockTaskMode manifest attribute, subject to override field in ActivityRecord
2185 int lockTaskLaunchMode = aInfo.lockTaskLaunchMode; in getLockTaskLaunchMode() local
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java1455 public static final String lockTaskLaunchModeToString(int lockTaskLaunchMode) { in lockTaskLaunchModeToString()
1474 public int lockTaskLaunchMode; field in ActivityInfo