Searched refs:TaskType (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Virtualization/microdroid/payload/config/src/ |
D | lib.rs | 77 pub enum TaskType { enum 92 pub type_: TaskType,
|
/packages/services/Car/car-lib/src/android/car/remoteaccess/ |
D | CarRemoteAccessManager.java | 173 public @interface TaskType {} annotation in CarRemoteAccessManager 628 private @TaskType int mTaskType; 670 public Builder(@NonNull String scheduleId, @TaskType int taskType, in Builder() 757 private @TaskType int mTaskType; 770 public @TaskType int getTaskType() { in getTaskType()
|
/packages/modules/Virtualization/microdroid_manager/src/ |
D | main.rs | 45 use microdroid_payload_config::{ApkConfig, OsConfig, Task, TaskType, VmPayloadConfig}; 617 type_: TaskType::MicrodroidLauncher, in load_config() 668 TaskType::Executable => { in exec_task() 672 TaskType::MicrodroidLauncher => { in exec_task()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
D | LogUtils.java | 46 public interface TaskType { interface in LogUtils
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/remoteaccess/hal/ |
D | RemoteAccessHalWrapperUnitTest.java | 40 import android.hardware.automotive.remoteaccess.TaskType; 377 int[] taskTypes = new int[]{TaskType.ENTER_GARAGE_MODE}; in testGetSupportedTaskTypesForScheduling()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/remoteaccess/ |
D | CarRemoteAccessServiceUnitTest.java | 70 import android.hardware.automotive.remoteaccess.TaskType; 1412 TaskType.CUSTOM); in testScheduleTask() 1439 TaskType.ENTER_GARAGE_MODE); in testScheduleTask_enterGarageMode() 1624 scheduleInfo.taskType = TaskType.CUSTOM; in testGetAllPendingScheduledTasks() 1690 new int[]{TaskType.CUSTOM, TaskType.ENTER_GARAGE_MODE}); in testGetSupportedTaskTypesForScheduling() 1700 new int[]{TaskType.CUSTOM, -1234}); in testGetSupportedTaskTypesForScheduling_unsupportedTypeIgnored()
|
/packages/services/Car/service/src/com/android/car/remoteaccess/ |
D | CarRemoteAccessService.java | 59 import android.hardware.automotive.remoteaccess.TaskType; 871 halScheduleInfo.taskType = TaskType.CUSTOM; in scheduleTask() 874 halScheduleInfo.taskType = TaskType.ENTER_GARAGE_MODE; in scheduleTask() 964 case TaskType.CUSTOM: in getAllPendingScheduledTasks() 967 case TaskType.ENTER_GARAGE_MODE: in getAllPendingScheduledTasks() 1002 case TaskType.CUSTOM: in getSupportedTaskTypesForScheduling() 1005 case TaskType.ENTER_GARAGE_MODE: in getSupportedTaskTypesForScheduling()
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/remoteaccess/ |
D | CarRemoteAccessManagerUnitTest.java | 42 import android.car.remoteaccess.CarRemoteAccessManager.TaskType; 76 private static final @TaskType int TEST_TASK_TYPE = TASK_TYPE_CUSTOM;
|
/packages/modules/Virtualization/virtualizationmanager/src/ |
D | aidl.rs | 73 use microdroid_payload_config::{ApkConfig, Task, TaskType, VmPayloadConfig}; 1045 let task = Task { type_: TaskType::MicrodroidLauncher, command: payload_binary_name.clone() }; in create_vm_payload_config()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 2163 .setTaskType(LogUtils.TaskType.DANGLING_CONTACTS_CLEANUP_TASK) in cleanupDanglingContacts()
|