/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/scheduling/ |
D | FederatedComputeJobManagerTest.java | 189 List<FederatedTrainingTask> taskList = in testOnTrainerStartCalledSuccess() local 218 List<FederatedTrainingTask> taskList = in testOnTrainerStartCalledFailureDueToFaultyOwnerPackage() local 250 List<FederatedTrainingTask> taskList = in testOnTrainerStartCalledFailureDueToTaskLimit() local 277 List<FederatedTrainingTask> taskList = in testOnTrainerStartCalled_firstTime() local 344 List<FederatedTrainingTask> taskList = in testOnTrainerStartCalledFLWithInterval() local 373 List<FederatedTrainingTask> taskList = in testOnTrainerStartCalled_multipleTimes_sameParams() local 421 List<FederatedTrainingTask> taskList = in testOnTrainerStartCalled_multipleTimes_sameParamsFLWithIntervalLargerThanServerMax() local 464 List<FederatedTrainingTask> taskList = in testOnTrainerStartCalled_multipleTimes_sameParamsFLWithIntervalDifferentMax() local 540 List<FederatedTrainingTask> taskList = in testOnTrainerStartCalled_fLCustomerSpecifiedIntervalSmallerThanDefinedMin() local 623 List<FederatedTrainingTask> taskList = in verifyTaskAndJobAfterIntervalChange() local [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/ |
D | TaskReceiver.java | 81 List<Bundle> taskList = new ArrayList<>(); in onReceive() local 83 TaskSchedulerJobService.scheduleJob(context.getApplicationContext(), taskList, 0, true); in onReceive() local
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | RecentTasksListTest.java | 80 List<GroupTask> taskList = mRecentTasksList.loadTasksInBackground(Integer.MAX_VALUE, -1, in loadTasksInBackground_onlyKeys_noValidTaskDescription() local 100 List<GroupTask> taskList = mRecentTasksList.loadTasksInBackground(Integer.MAX_VALUE, -1, in loadTasksInBackground_moreThanKeys_hasValidTaskDescription() local
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/data/ |
D | FakeRecentTasksDataSource.kt | 23 var taskList: List<GroupTask> = listOf() variable in com.android.quickstep.recents.data.FakeRecentTasksDataSource
|
D | FakeTasksRepository.kt | 33 getAllTaskData().map { taskList -> taskList.firstOrNull { it.key.id == taskId } } in <lambda>() method
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/remoteaccess/ |
D | RemoteAccessTestFragment.java | 145 TableLayout taskList = (TableLayout) getView().findViewById(R.id.remote_task_list); in showTaskInfoList() local 171 JSONArray taskList = (JSONArray) jsonObject.get(KitchenSinkRemoteTaskService.PREF_KEY); in refresh() local
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/data/ |
D | FederatedTrainingTaskDao.java | 338 List<TaskHistory> taskList = getTaskHistory(jobId, populationName, taskId, true); in getLatestTaskHistory() local 359 List<TaskHistory> taskList = new ArrayList<>(); in getTaskHistory() local
|
D | FederatedTrainingTask.java | 283 List<FederatedTrainingTask> taskList = new ArrayList<>(); in readFederatedTrainingTasksFromDatabase() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsModel.java | 102 RecentsModel(Context context, RecentTasksList taskList, TaskIconCache iconCache, in RecentsModel()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/recents/data/ |
D | TasksRepository.kt | 64 taskData.map { taskList -> taskList.firstOrNull { it.key.id == taskId } } in <lambda>() method
|