Searched refs:RECENT_IGNORE_UNAVAILABLE (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/ |
D | RecentTaskListProvider.kt | 19 import android.app.ActivityManager.RECENT_IGNORE_UNAVAILABLE in <lambda>() 93 RECENT_IGNORE_UNAVAILABLE, in getTasks()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/ |
D | RecentTasksControllerTest.java | 19 import static android.app.ActivityManager.RECENT_IGNORE_UNAVAILABLE; 227 MAX_VALUE, RECENT_IGNORE_UNAVAILABLE, 0); in testGetRecentTasks() 254 MAX_VALUE, RECENT_IGNORE_UNAVAILABLE, 0); in testGetRecentTasks_withPairs() 285 .getRecentTasks(MAX_VALUE, RECENT_IGNORE_UNAVAILABLE, 0, Runnable::run, consumer); in testGetRecentTasks_ReturnsRecentTasksAsynchronously() 307 MAX_VALUE, RECENT_IGNORE_UNAVAILABLE, 0); in testGetRecentTasks_hasActiveDesktopTasks_proto2Enabled_groupFreeformTasks() 346 MAX_VALUE, RECENT_IGNORE_UNAVAILABLE, 0); in testGetRecentTasks_hasActiveDesktopTasks_proto2Enabled_freeformTaskOrder() 386 MAX_VALUE, RECENT_IGNORE_UNAVAILABLE, 0); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks() 416 MAX_VALUE, RECENT_IGNORE_UNAVAILABLE, 0); in testGetRecentTasks_proto2Enabled_ignoresMinimizedFreeformTasks()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/ |
D | RecentTasksController.java | 465 Integer.MAX_VALUE, ActivityManager.RECENT_IGNORE_UNAVAILABLE, in findTaskInBackground() 485 Integer.MAX_VALUE, ActivityManager.RECENT_IGNORE_UNAVAILABLE, in findTaskInBackground() 505 ActivityManager.RECENT_IGNORE_UNAVAILABLE, ActivityManager.getCurrentUser()); in dump()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RecentTasks.java | 19 import static android.app.ActivityManager.RECENT_IGNORE_UNAVAILABLE; 1010 if ((flags & RECENT_IGNORE_UNAVAILABLE) != 0 && !task.isAvailable) { in getRecentTasksImpl()
|
D | ActivityTaskManagerService.java | 7319 ActivityManager.RECENT_IGNORE_UNAVAILABLE, in getMostRecentTaskFromBackground()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 2823 public static final int RECENT_IGNORE_UNAVAILABLE = 0x0002; field in ActivityManager
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3526 field public static final int RECENT_IGNORE_UNAVAILABLE = 2; // 0x2
|
/frameworks/base/core/api/ |
D | current.txt | 4751 field public static final int RECENT_IGNORE_UNAVAILABLE = 2; // 0x2
|