summaryrefslogtreecommitdiff
path: root/services/appfunctions/java
AgeCommit message (Expand)Author
2025-02-17Use BIND_FOREGROUND_SERVICE only if the caller has the permission Tony Mak
2025-02-07Handle function not found Exception Oluwarotimi Adesina
2025-01-29Remove EXECUTE_APP_FUNCTIONS_TRUSTED Tony Mak
2025-01-07Provide caller signingInfo on execute app function Oluwarotimi Adesina
2024-12-30Grant target implicit visibility onExecuteAppFunctions Oluwarotimi Adesina
2024-12-23Test AppFunctions logging Yara Hassan
2024-12-10Log the overhead latency of app function requests Yara Hassan
2024-12-09Log AppFunctionsRequestReported Yara Hassan
2024-12-04Respect enterprise policy in AppFunctions Oluwarotimi Adesina
2024-11-12Add idletimeout to AF exe pool Oluwarotimi Adesina
2024-11-07Update executeAppFunction to take a OutcomeReceiver Tony Mak
2024-10-31Add a dedicated error code for missing function ID Oluwarotimi Adesina
2024-10-17Name AppFunction executors Oluwarotimi Adesina
2024-10-16Merge "Add per-package lock in setAppFunctionEnabled." into main Shashwat Razdan
2024-10-16Nit clean up Desh
2024-10-15Add per-package lock in setAppFunctionEnabled. Shashwat Razdan
2024-10-11Merge "Return early on "cannot execute function"" into main Treehugger Robot
2024-10-10Return early on "cannot execute function" Oluwarotimi Adesina
2024-10-10Merge "Close the SearchResults object when there are no more results." into main Treehugger Robot
2024-10-10Merge "Add calling package onExecuteAppFunction" into main Treehugger Robot
2024-10-09Close the SearchResults object when there are no more results. Utkarsh Nigam
2024-10-09Add support for dumpsys in AppFunctionManagerServiceImpl. Utkarsh Nigam
2024-10-04Merge "AppFunctionRuntimeMetadata enabled changes" into main Tony Mak
2024-10-04Add calling package onExecuteAppFunction Utkarsh Nigam
2024-10-03AppFunctionRuntimeMetadata enabled changes Shashwat Razdan
2024-10-03Merge "Extract AppFunctionServiceCallback from AppFunctionManagerServiceImpl"... Treehugger Robot
2024-10-03Extract AppFunctionServiceCallback from AppFunctionManagerServiceImpl Utkarsh Nigam
2024-10-03Merge "Make onExecuteAppFunction non-abstract and remove timeout results." in... Utkarsh Nigam
2024-10-03Make onExecuteAppFunction non-abstract and remove timeout results. Utkarsh Nigam
2024-10-02Nit fix for multi-user test Desh
2024-10-01Add cancellation signal death recipient. Desh
2024-09-30Add a timeout for CancellationSignal issued to AppFunctionService before whic... Tony Mak
2024-09-27Add isAppFunctionEnabled and setAppFunctionEnabled api to AFM Tony Mak
2024-09-25Add CancellationSignal to AppFunctionManager API. Utkarsh Nigam
2024-09-25Bind executeAppFunction with Context.BIND_FOREGROUND_SERVICE Oluwarotimi Adesina
2024-09-22Batch calls to the Metadata Syncer Desh
2024-09-20Merge "Revert "Batch calls to the Metadata Syncer"" into main Priyanka Advani (xWF)
2024-09-20Revert "Batch calls to the Metadata Syncer" Pechetty Sravani (xWF)
2024-09-20Remove timeout logic from AppFunctionManagerService. Utkarsh Nigam
2024-09-19Batch calls to the Metadata Syncer Desh
2024-09-19Move executeAppFunctionInternal off binder thread Tony Mak
2024-09-18Avoid non-required AppSearch operations in MetadataSyncApater Desh
2024-09-17Use MetadataSyncAdapter in AppFunctionManagerService. Desh
2024-09-16Merge "Unwrap CompletionException for AndroidFuture(s) before translating the... Treehugger Robot
2024-09-16Unwrap CompletionException for AndroidFuture(s) before translating them to fa... Utkarsh Nigam
2024-09-16Fix two issues I found when adding CTS Tony Mak
2024-09-13Refactor metadataSyncAdapter Desh
2024-09-12Return early when the caller doesn't have any permission. Utkarsh Nigam
2024-09-12Handle exceptions in AppFunctionManagerServiceImpl Utkarsh Nigam
2024-09-12Merge "[MetadataSyncAdapter Sync api] - Add api for submitting a sync request... Treehugger Robot