HomeSort by relevance Sort by last modified time
    Searched refs:taskIds (Results 1 - 12 of 12) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipUtils.java 44 if (pinnedStackInfo != null && pinnedStackInfo.taskIds != null &&
45 pinnedStackInfo.taskIds.length > 0) {
PipMenuActivityController.java 389 if (pinnedStackInfo != null && pinnedStackInfo.taskIds != null &&
390 pinnedStackInfo.taskIds.length > 0) {
405 pinnedStackInfo.taskIds[pinnedStackInfo.taskIds.length - 1]);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskSnapshotPersisterLoaderTest.java 258 final ArraySet<Integer> taskIds = new ArraySet<>();
259 taskIds.add(1);
260 mPersister.removeObsoleteFiles(taskIds, new int[] { mTestUserId });
277 final ArraySet<Integer> taskIds = new ArraySet<>();
278 taskIds.add(1);
279 mPersister.removeObsoleteFiles(taskIds, new int[] { mTestUserId });
  /frameworks/base/core/java/android/app/
ActivityView.java 455 if (taskId == stackInfo.taskIds[stackInfo.taskIds.length - 1]) {
467 && taskId == stackInfo.taskIds[stackInfo.taskIds.length - 1]) {
ActivityManager.java     [all...]
  /packages/services/Car/service/src/com/android/car/
SystemActivityMonitoringService.java 206 for (int i = 0; i < info.taskIds.length; i++) {
207 if (info.taskIds[i] == taskId) {
279 info.topActivity, info.taskIds[info.taskIds.length - 1], info);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipManager.java 637 if (stackInfo == null || stackInfo.taskIds == null) {
642 for (int i = stackInfo.taskIds.length - 1; i >= 0; --i) {
643 if (stackInfo.taskIds[i] == mPipTaskId) {
675 mPipTaskId = stackInfo.taskIds[stackInfo.taskIds.length - 1];
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java 215 Slog.e(TAG, "Error while reading taskIds file for user " + userId, e);
226 void writePersistedTaskIdsForUser(@NonNull SparseBooleanArray taskIds, int userId) {
235 for (int i = 0; i < taskIds.size(); i++) {
236 if (taskIds.valueAt(i)) {
237 writer.write(String.valueOf(taskIds.keyAt(i)));
242 Slog.e(TAG, "Error while writing taskIds file for user " + userId, e);
514 // Fix up task affiliation from taskIds
ActivityStackSupervisor.java     [all...]
  /packages/services/Car/service/src/com/android/car/pm/
CarPackageManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 582 postEphemeralNotif(pkg, info.userId, appInfo, noMan, info.taskIds[info.taskIds.length - 1]);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 379 milliseconds