Home
last modified time | relevance | path

Searched refs:getBaseIntent (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java175 Intent noThanksIntent = getBaseIntent(context, INTENT_ACTION_NO_THANKS); in showNotification()
183 Intent activateIntent = getBaseIntent(context, INTENT_ACTION_ACTIVATE_ASM); in showNotification()
190 Intent dismissIntent = getBaseIntent(context, INTENT_ACTION_DISMISS); in showNotification()
196 Intent contentIntent = getBaseIntent(context, INTENT_ACTION_TAP); in showNotification()
296 Intent getBaseIntent(Context context, String action) { in getBaseIntent() method in NotificationController
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationTest.java235 targetActivity.getTask().getBaseIntent().getComponent(), in testSetLaunchTaskBehindOfTargetActivity()
352 startRecentsActivity(otherUserHomeActivity.getTask().getBaseIntent().getComponent(), in testMultipleUserHomeActivity_findUserHomeTask()
H A DTaskTests.java384 Assert.assertThat(info.baseIntent, not(sameInstance(task.getBaseIntent()))); in testCopyBaseIntentForTaskInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTaskImpl.java168 Intent intent = task.getBaseIntent(); in setExcludeFromRecents()
H A DRecentTasks.java675 task.getBaseIntent().getComponent().getPackageName(); in removeTasksByPackageName()
851 Intent intent = task.getBaseIntent(); in getAppTasksList()
1349 + " intentFlags=" + task.getBaseIntent().getFlags() in isVisibleRecentTask()
1362 if ((task.getBaseIntent().getFlags() & FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS) in isVisibleRecentTask()
1412 (task.getBaseIntent().getFlags() & FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS) in isInVisibleRange()
H A DRecentsAnimation.java509 && task.getBaseIntent().getComponent().equals(mTargetIntent.getComponent()); in matchesTarget()
H A DLockTaskController.java978 final Intent bi = mLockTaskModeTasks.get(i).getBaseIntent(); in isBaseOfLockedTask()
H A DTask.java1377 Intent getBaseIntent() { in getBaseIntent() method in Task
1382 return (topTask != this && topTask != null) ? topTask.getBaseIntent() : null; in getBaseIntent()
3424 final Intent baseIntent = getBaseIntent();
5381 if (srec.isRootOfTask() && task.getBaseIntent() != null
5382 && task.getBaseIntent().isDocument()) {
H A DActivityTaskSupervisor.java1590 ComponentName component = task.getBaseIntent().getComponent(); in cleanUpRemovedTaskLocked()
1598 mService.mAmInternal, task.mUserId, component, new Intent(task.getBaseIntent())); in cleanUpRemovedTaskLocked()
H A DActivityStarter.java2466 final Intent baseIntent = mInTask.getBaseIntent(); in computeLaunchingTaskFlags()
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
H A DNotificationControllerTest.java187 mController.getBaseIntent(mContext, NotificationController.INTENT_ACTION_DISMISS); in testIntentFromNotificationAreExplicit()
/aosp12/frameworks/base/services/
H A Dart-profile48403 HSPLcom/android/server/wm/Task;->getBaseIntent()Landroid/content/Intent;+]Lcom/android/server/wm/Ta…