Home
last modified time | relevance | path

Searched refs:isAllowedToStart (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStarterTests.java1690 doReturn(START_ABORTED).when(starter).isAllowedToStart(any(), anyBoolean(), any()); in testResultCanceledWhenNotAllowedStartingActivity()
1803 doReturn(START_SUCCESS).when(starter).isAllowedToStart(any(), anyBoolean(), any()); in testLaunchActivityWithoutDisplayCategory()
1828 doReturn(START_SUCCESS).when(starter).isAllowedToStart(any(), anyBoolean(), any()); in testLaunchActivityWithDifferentDisplayCategory()
1855 doReturn(START_SUCCESS).when(starter).isAllowedToStart(any(), anyBoolean(), any()); in testLaunchActivityWithSameDisplayCategory()
1877 doReturn(START_SUCCESS).when(starter).isAllowedToStart(any(), anyBoolean(), any()); in testLaunchActivityInTaskWithDisplayCategory()
1897 doReturn(START_SUCCESS).when(starter).isAllowedToStart(any(), anyBoolean(), any()); in testLaunchDisplayCategoryActivityInTask()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java1671 int startResult = isAllowedToStart(r, newTask, targetTask); in startActivityInner()
1891 int isAllowedToStart(ActivityRecord r, boolean newTask, Task targetTask) { in isAllowedToStart() method in ActivityStarter
/aosp14/frameworks/base/services/
H A Dart-profile10590 HSPLcom/android/server/wm/ActivityStarter;->isAllowedToStart(Lcom/android/server/wm/ActivityRecord;…