(ImsService API changes for Better IMS Threading) ImsService to execute binder calls in Executor.
In order to avoid undefined behavior when the framework calls a method through IPC, the ImsService will now be able to define an Executor that the ImsService can be used to execute the methods By default all ImsService level method calls will use this Executor. Sub-classes will also use this Executor unless specified via constuctor which takes executor as an argument. Test: atest CtsTelephonyTestCases:ImsCallingTest Bug: 171037053 Merged-In: I10621f9a767ba5bc55373f49caf426e66adbec77 Change-Id: I10621f9a767ba5bc55373f49caf426e66adbec77
Loading
Please register or sign in to comment