Home
last modified time | relevance | path

Searched defs:taskId (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerExecutorComponent.java50 FragmentManager fragmentManager, String taskId) { in createUiListener()
59 android.support.v4.app.FragmentManager fragmentManager, String taskId) { in createUiListener()
DDialerExecutorFactory.java47 @NonNull String taskId, in createUiTaskBuilder()
DUiListener.java67 static <OutputT> UiListener<OutputT> create(FragmentManager fragmentManager, String taskId) { in create()
DSupportUiListener.java68 FragmentManager fragmentManager, String taskId) { in create()
DDialerUiTaskFragment.java79 String taskId, in create()
DDefaultDialerExecutorFactory.java62 @NonNull String taskId, in createUiTaskBuilder()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsModel.java123 public void findTaskWithId(int taskId, Consumer<Task.TaskKey> callback) { in findTaskWithId()
163 public void onTaskSnapshotChanged(int taskId, ThumbnailData snapshot) { in onTaskSnapshotChanged()
175 public void onTaskRemoved(int taskId) { in onTaskRemoved()
238 Task onTaskThumbnailChanged(int taskId, ThumbnailData thumbnailData); in onTaskThumbnailChanged()
DRecentTasksList.java127 public void onTaskRemoved(int taskId) { in onTaskRemoved()
132 public synchronized void onActivityPinned(String packageName, int userId, int taskId, in onActivityPinned()
DTaskUtils.java69 int taskId, int mode) { in taskIsATargetWithMode()
DTaskThumbnailCache.java121 public void updateTaskSnapShot(int taskId, ThumbnailData thumbnail) { in updateTaskSnapShot()
236 public void updateIfAlreadyInCache(int taskId, ThumbnailData thumbnailData) { in updateIfAlreadyInCache()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsTaskScheduler.java95 public void scheduleTask(int taskId) { in scheduleTask()
101 public void scheduleTask(int taskId, Object arg) { in scheduleTask()
124 public abstract void onPerformTask(int taskId, Object arg); in onPerformTask()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DUserCapabilityExchangeImpl.java269 int taskId = mPresenceSubscriber.requestCapability(numbers, in requestCapabilities() local
337 public int requestCapability(String[] formattedContacts, int taskId) { in requestCapability()
361 public int requestAvailability(String formattedContact, int taskId) { in requestAvailability()
554 int taskId) { in requestPublication()
677 private void addPublishRequestTaskId(int taskId) { in addPublishRequestTaskId()
683 private void removePublishRequestTaskId(int taskId) { in removePublishRequestTaskId()
689 private boolean isPublishRequestExisted(Integer taskId) { in isPublishRequestExisted()
695 private void addRequestingAvailabilityTaskId(int taskId) { in addRequestingAvailabilityTaskId()
701 private void removeRequestingAvailabilityTaskId(int taskId) { in removeRequestingAvailabilityTaskId()
707 private boolean isAvailabilityRequestExisted(Integer taskId) { in isAvailabilityRequestExisted()
[all …]
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DUserCapabilityExchangeImplTest.java165 int taskId = 1; in testRequestPublicationWithSuccessfulResponse() local
191 int taskId = 1; in testRequestPublicationWithFailedResponse() local
215 int taskId = 1; in testRequestCapability() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DConfirmDeviceCredentialUtils.java35 int taskId = activity.getIntent().getIntExtra(Intent.EXTRA_TASK_ID, -1); in checkForPendingIntent() local
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialUtils.java35 int taskId = activity.getIntent().getIntExtra(Intent.EXTRA_TASK_ID, -1); in checkForPendingIntent() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsTaskSchedulerTest.java41 public void onPerformTask(int taskId, Object arg) { in onPerformTask()
/packages/services/Car/car-lib/src/android/car/content/pm/
DICarPackageManager.aidl29 void restartTask(int taskId) = 5; in restartTask()
DCarPackageManager.java126 public void restartTask(int taskId) { in restartTask()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRemoteAnimationTargetSet.java58 public RemoteAnimationTargetCompat findTask(int taskId) { in findTask()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchResultAggregator.java65 final int taskId = task.getTaskId(); in fetchResults() local
/packages/services/Car/service/src/com/android/car/
DSystemActivityMonitoringService.java60 public final int taskId; field in SystemActivityMonitoringService.TopTaskInfoContainer
65 private TopTaskInfoContainer(ComponentName topActivity, int taskId, in TopTaskInfoContainer()
215 public void restartTask(int taskId) { in restartTask()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DSwipeAnimationTargetSet.java101 public ThumbnailData screenshotTask(int taskId) { in screenshotTask()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskSystemShortcut.java126 final int taskId = task.key.id; in getOnClickListener() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java370 public Task onTaskThumbnailChanged(int taskId, ThumbnailData thumbnailData) { in onTaskThumbnailChanged()
382 public TaskView updateThumbnail(int taskId, ThumbnailData thumbnailData) { in updateThumbnail()
446 public TaskView getTaskView(int taskId) { in getTaskView()
1050 public void setIgnoreResetTask(int taskId) { in setIgnoreResetTask()
1054 public void clearIgnoreResetTask(int taskId) { in clearIgnoreResetTask()
/packages/services/Car/service/src/com/android/car/am/
DFixedActivityService.java96 public int taskId = INVALID_TASK_ID; field in FixedActivityService.RunningActivityInfo

12