Home
last modified time | relevance | path

Searched refs:getLockTaskLaunchMode (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedActivity.java50 int getLockTaskLaunchMode(); in getLockTaskLaunchMode() method
H A DParsedActivityImpl.java178 alias.lockTaskLaunchMode = target.getLockTaskLaunchMode(); in makeAlias()
513 public int getLockTaskLaunchMode() { in getLockTaskLaunchMode() method in ParsedActivityImpl
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DParsedActivityTest.kt40 ParsedActivity::getLockTaskLaunchMode,
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartInterceptor.java365 int lockTaskLaunchMode = ActivityRecord.getLockTaskLaunchMode(mAInfo, mActivityOptions); in interceptLockTaskModeViolationPackageIfNeeded()
H A DActivityRecord.java2163 lockTaskLaunchMode = getLockTaskLaunchMode(aInfo, options); in ActivityRecord()
2230 static int getLockTaskLaunchMode(ActivityInfo aInfo, @Nullable ActivityOptions options) { in getLockTaskLaunchMode() method in ActivityRecord
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java2272 ActivityRecord.getLockTaskLaunchMode(activity.info, options)); in testGetLockTaskLaunchMode()
2276 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()
2280 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()
2285 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()
2289 ActivityRecord.getLockTaskLaunchMode(activity.info, null /*options*/)); in testGetLockTaskLaunchMode()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java523 ai.lockTaskLaunchMode = a.getLockTaskLaunchMode(); in generateActivityInfo()
/aosp14/frameworks/base/services/
H A Dart-profile8322 HSPLcom/android/server/pm/pkg/component/ParsedActivityImpl;->getLockTaskLaunchMode()I