1. fdd0e6b Update executeAppFunction to take a OutcomeReceiver by Tony Mak · 1 year, 5 months ago
  2. e97cf01 Add a dedicated error code for missing function ID by Oluwarotimi Adesina · 1 year, 5 months ago
  3. 547c8b7 Name AppFunction executors by Oluwarotimi Adesina · 1 year, 5 months ago
  4. 2dfe0bd Merge "Add per-package lock in setAppFunctionEnabled." into main by Shashwat Razdan · 1 year, 5 months ago
  5. 5f84d03 Nit clean up by Desh · 1 year, 5 months ago
  6. 6fe30c4 Add per-package lock in setAppFunctionEnabled. by Shashwat Razdan · 1 year, 6 months ago
  7. acdf073 Merge "Return early on "cannot execute function"" into main by Treehugger Robot · 1 year, 6 months ago
  8. 67b293f4b Return early on "cannot execute function" by Oluwarotimi Adesina · 1 year, 6 months ago
  9. 82b3f05 Merge "Close the SearchResults object when there are no more results." into main by Treehugger Robot · 1 year, 6 months ago
  10. d2d7bcf Merge "Add calling package onExecuteAppFunction" into main by Treehugger Robot · 1 year, 6 months ago
  11. d0c066e Close the SearchResults object when there are no more results. by Utkarsh Nigam · 1 year, 6 months ago
  12. 19cb1d7 Add support for dumpsys in AppFunctionManagerServiceImpl. by Utkarsh Nigam · 1 year, 6 months ago
  13. 9a62ba8 Merge "Remove postsubmit given they run in presubmit already" into main by Tony Mak · 1 year, 6 months ago
  14. 7792e57 Merge "AppFunctionRuntimeMetadata enabled changes" into main by Tony Mak · 1 year, 6 months ago
  15. e2e8ed7 Remove postsubmit given they run in presubmit already by Tony Mak · 1 year, 6 months ago
  16. d24ae59 Add calling package onExecuteAppFunction by Utkarsh Nigam · 1 year, 6 months ago
  17. 7d26552 AppFunctionRuntimeMetadata enabled changes by Shashwat Razdan · 1 year, 6 months ago
  18. 3477409 Add CtsAppFunctionTestCases to presubmit. by Utkarsh Nigam · 1 year, 6 months ago
  19. 3d817f3 Merge "Extract AppFunctionServiceCallback from AppFunctionManagerServiceImpl" into main by Treehugger Robot · 1 year, 6 months ago
  20. a79c76b Extract AppFunctionServiceCallback from AppFunctionManagerServiceImpl by Utkarsh Nigam · 1 year, 6 months ago
  21. 79bc46b Merge "Make onExecuteAppFunction non-abstract and remove timeout results." into main by Utkarsh Nigam · 1 year, 6 months ago
  22. ae78431 Make onExecuteAppFunction non-abstract and remove timeout results. by Utkarsh Nigam · 1 year, 6 months ago
  23. e396e46 Nit fix for multi-user test by Desh · 1 year, 6 months ago
  24. 298c213 Add cancellation signal death recipient. by Desh · 1 year, 6 months ago
  25. a620ff8 Add a timeout for CancellationSignal issued to AppFunctionService before which it is unbound. by Tony Mak · 1 year, 6 months ago
  26. 4f3f804 Add isAppFunctionEnabled and setAppFunctionEnabled api to AFM by Tony Mak · 1 year, 6 months ago
  27. 6fb90496 Add CancellationSignal to AppFunctionManager API. by Utkarsh Nigam · 1 year, 6 months ago
  28. 70cc634 Bind executeAppFunction with Context.BIND_FOREGROUND_SERVICE by Oluwarotimi Adesina · 1 year, 6 months ago
  29. fc8f7c2 Merge "Baseline global lint errors" into main by Treehugger Robot · 1 year, 6 months ago
  30. 7d940ca Batch calls to the Metadata Syncer by Desh · 1 year, 6 months ago
  31. e19d916 Baseline global lint errors by Azhara Assanova · 1 year, 6 months ago
  32. 4f0c964c Merge "Revert "Batch calls to the Metadata Syncer"" into main by Priyanka Advani (xWF) · 1 year, 6 months ago
  33. a85c68a Revert "Batch calls to the Metadata Syncer" by Pechetty Sravani (xWF) · 1 year, 6 months ago
  34. 807d168 Remove timeout logic from AppFunctionManagerService. by Utkarsh Nigam · 1 year, 6 months ago
  35. 3c39767 Batch calls to the Metadata Syncer by Desh · 1 year, 6 months ago
  36. b2af38e Move executeAppFunctionInternal off binder thread by Tony Mak · 1 year, 6 months ago
  37. a7a1e1d9 Avoid non-required AppSearch operations in MetadataSyncApater by Desh · 1 year, 6 months ago
  38. e2b61a5 Use MetadataSyncAdapter in AppFunctionManagerService. by Desh · 1 year, 6 months ago
  39. 2b79e23 Add unit tests to presubmit. by Utkarsh Nigam · 1 year, 6 months ago
  40. eb3c88b Merge "Unwrap CompletionException for AndroidFuture(s) before translating them to failure response(s)." into main by Treehugger Robot · 1 year, 6 months ago
  41. 5cbdda5 Unwrap CompletionException for AndroidFuture(s) before translating them to failure response(s). by Utkarsh Nigam · 1 year, 6 months ago
  42. 5ed89a0f Fix two issues I found when adding CTS by Tony Mak · 1 year, 6 months ago
  43. 52e5e46 Refactor metadataSyncAdapter by Desh · 1 year, 6 months ago
  44. 58b799a Return early when the caller doesn't have any permission. by Utkarsh Nigam · 1 year, 7 months ago
  45. 43db210 Handle exceptions in AppFunctionManagerServiceImpl by Utkarsh Nigam · 1 year, 7 months ago
  46. 6dd2c70 Merge "[MetadataSyncAdapter Sync api] - Add api for submitting a sync request to the sync executor." into main by Treehugger Robot · 1 year, 7 months ago
  47. 881c12e [MetadataSyncAdapter Sync api] by Oluwarotimi Adesina · 1 year, 7 months ago
  48. f4f5352 Honor opting out from caller with only EXECUTE_APP_FUNCTIONS permissions. by Utkarsh Nigam · 1 year, 7 months ago
  49. a61891a Abstract FutureAppSearchSession by Oluwarotimi Adesina · 1 year, 7 months ago
  50. 4351a51 Merge "Fix the naming of variables for permission checks." into main by Treehugger Robot · 1 year, 7 months ago
  51. 0fcc881 Merge changes Icd59f53e,I80200320 into main by Oluwarotimi Adesina · 1 year, 7 months ago
  52. 3f3dce4 Fix the naming of variables for permission checks. by Utkarsh Nigam · 1 year, 7 months ago
  53. ebe0507 [MetadataSyncAdapter cleanUp] - require nonnull for non nullables by Oluwarotimi Adesina · 1 year, 7 months ago
  54. 820d366 Merge "Add remove to FutureAppSearchSession" into main by Treehugger Robot · 1 year, 7 months ago
  55. 479dcbb Merge "Make SearchSpec Internal when fetching metadata properties." into main by Treehugger Robot · 1 year, 7 months ago
  56. a13d287 Add remove to FutureAppSearchSession by Oluwarotimi Adesina · 1 year, 7 months ago
  57. a7583fc Make SearchSpec Internal when fetching metadata properties. by Desh · 1 year, 7 months ago
  58. 9bfeab0 Add test mapping for running CTS in postsubmit for system-server changes. by Tony Mak · 1 year, 7 months ago
  59. d65f8d0 Merge "Add test mapping for running unit tests in PRESUBMIT for system-server changes." into main by Treehugger Robot · 1 year, 7 months ago
  60. 1ab0fe4 Merge "Introduce MetadataSyncAdapter." into main by Treehugger Robot · 1 year, 7 months ago
  61. 064eb8e Add test mapping for running unit tests in PRESUBMIT for system-server changes. by Utkarsh Nigam · 1 year, 7 months ago
  62. 150f37a Introduce MetadataSyncAdapter. by Oluwarotimi Adesina · 1 year, 7 months ago
  63. a8c39a4 Add method to retrieve document by id. by Utkarsh Nigam · 1 year, 7 months ago
  64. bca640f Introduce FutureGlobalSearchSession by Oluwarotimi Adesina · 1 year, 7 months ago
  65. c1cdfed Add tests for FutureAppSearchSession by Tony Mak · 1 year, 7 months ago
  66. 382674f introduce FutureAppSearchSession by Tony Mak · 1 year, 7 months ago
  67. b2a981c Use consistent formatter in AFM by Oluwarotimi Adesina · 1 year, 7 months ago
  68. 07851bd Make SyncAppSearchCallHelper asynchronous. by Utkarsh Nigam · 1 year, 7 months ago
  69. 31e7db8 Merge "Use the system server identity before binding the service" into main by Treehugger Robot · 1 year, 7 months ago
  70. bdf5aec Merge "Disable app_function service on Wear" into main by Russell Myers · 1 year, 7 months ago
  71. 04b17b2 Use the system server identity before binding the service by Tony Mak · 1 year, 7 months ago
  72. 2f2877f Merge "Replace Builder with named constructor" into main by Oluwarotimi Adesina · 1 year, 7 months ago
  73. 2f4c657 Disable app_function service on Wear by Russell Myers · 1 year, 7 months ago
  74. 7237468 Add AppFunctionRuntimeMetadata and helpers related to AppSearch for AppFunctions. by Aldi Fahrezi · 1 year, 7 months ago
  75. 76e22a5 Replace Builder with named constructor by Oluwarotimi Adesina · 1 year, 7 months ago
  76. ab54f01 Make DeviceConfig getter name explicit. by Oluwarotimi Adesina · 1 year, 7 months ago
  77. b910822 Add DeviceConfig listener for AFMS by Oluwarotimi Adesina · 1 year, 7 months ago
  78. c834ecf Resolve some TODOs in appfunctions by Oluwarotimi Adesina · 1 year, 7 months ago
  79. 4ff28ca Fix error codes by Oluwarotimi Adesina · 1 year, 7 months ago
  80. 5cdcf51 Fix implementing AFMS.executeAppFunction by Oluwarotimi Adesina · 1 year, 7 months ago
  81. 3cc31bf implementing AFMS.executeAppFunction by Aldi Fahrezi · 1 year, 7 months ago
  82. a326f0b Add a new(Empty) system service for AppFunctions project by Oluwarotimi Adesina · 1 year, 8 months ago
  83. 64ca974 Init folder for AppFunction Service by Oluwarotimi Adesina · 1 year, 8 months ago