Home
last modified time | relevance | path

Searched defs:taskFinished (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTaskSingleDrainer.java102 public void taskFinished() { in taskFinished() method in TaskSingleDrainer
H A DTaskDrainer.java150 public void taskFinished(T task) { in taskFinished() method in TaskDrainer
/aosp14/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionSession.aidl39 void taskFinished(in Intent intent, int taskId); in taskFinished() method
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
H A DKeyValueBackupTaskTest.java2223 ConditionVariable taskFinished = runTaskAsync(task); in testRunTask_whenMarkCancelDuringFirstAgentOnBackup_doesNotCallTransportAfterWaitCancel() local
2246 ConditionVariable taskFinished = runTaskAsync(task); in testRunTask_whenMarkCancelDuringAgentOnBackup_doesNotCallTransportForPackage() local
2270 ConditionVariable taskFinished = runTaskAsync(task); in testRunTask_whenMarkCancelDuringTransportPerformBackup_callsTransportForPackage() local
2296 ConditionVariable taskFinished = runTaskAsync(task); in testRunTask_whenMarkCancelDuringSecondAgentOnBackup_callsTransportForFirstPackageButNotForSecond() local
2323 ConditionVariable taskFinished = runTaskAsync(task); in testRunTask_whenMarkCancelDuringTransportPerformBackupForFirstPackage_callsTransportForFirstPackageButNotForSecond() local
2374 ConditionVariable taskFinished = runTaskAsync(task); in testWaitCancel_whenMarkCancelDuringAgentOnBackup_unregistersTask() local