mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Make all APIs in IRadioIms HAL mandatory
Bug: 257343833 Test: atest VtsHalRadioTargetTest Change-Id: I83b01df1800bc850ba2206dad58def5a7dda85be
This commit is contained in:
@@ -37,7 +37,6 @@ oneway interface IRadioImsResponse {
|
||||
* RadioError:MODEM_ERR
|
||||
* RadioError:INTERNAL_ERR
|
||||
* RadioError:INVALID_ARGUMENTS
|
||||
* RadioError:REQUEST_NOT_SUPPORTED
|
||||
* RadioError:NO_RESOURCES
|
||||
*/
|
||||
void setSrvccCallInfoResponse(in RadioResponseInfo info);
|
||||
@@ -54,7 +53,6 @@ oneway interface IRadioImsResponse {
|
||||
* RadioError:MODEM_ERR
|
||||
* RadioError:INTERNAL_ERR
|
||||
* RadioError:INVALID_ARGUMENTS
|
||||
* RadioError:REQUEST_NOT_SUPPORTED
|
||||
* RadioError:NO_RESOURCES
|
||||
*/
|
||||
void updateImsRegistrationInfoResponse(in RadioResponseInfo info);
|
||||
@@ -72,7 +70,6 @@ oneway interface IRadioImsResponse {
|
||||
* RadioError:MODEM_ERR
|
||||
* RadioError:INTERNAL_ERR
|
||||
* RadioError:INVALID_ARGUMENTS
|
||||
* RadioError:REQUEST_NOT_SUPPORTED
|
||||
* RadioError:NO_RESOURCES
|
||||
*/
|
||||
void startImsTrafficResponse(in RadioResponseInfo info,
|
||||
@@ -90,7 +87,6 @@ oneway interface IRadioImsResponse {
|
||||
* RadioError:MODEM_ERR
|
||||
* RadioError:INTERNAL_ERR
|
||||
* RadioError:INVALID_ARGUMENTS
|
||||
* RadioError:REQUEST_NOT_SUPPORTED
|
||||
* RadioError:NO_RESOURCES
|
||||
*/
|
||||
void stopImsTrafficResponse(in RadioResponseInfo info);
|
||||
@@ -107,7 +103,6 @@ oneway interface IRadioImsResponse {
|
||||
* RadioError:MODEM_ERR
|
||||
* RadioError:INTERNAL_ERR
|
||||
* RadioError:INVALID_ARGUMENTS
|
||||
* RadioError:REQUEST_NOT_SUPPORTED
|
||||
* RadioError:NO_RESOURCES
|
||||
*/
|
||||
void triggerEpsFallbackResponse(in RadioResponseInfo info);
|
||||
@@ -124,7 +119,6 @@ oneway interface IRadioImsResponse {
|
||||
* RadioError:MODEM_ERR
|
||||
* RadioError:INTERNAL_ERR
|
||||
* RadioError:INVALID_ARGUMENTS
|
||||
* RadioError:REQUEST_NOT_SUPPORTED
|
||||
* RadioError:NO_RESOURCES
|
||||
*/
|
||||
void sendAnbrQueryResponse(in RadioResponseInfo info);
|
||||
@@ -141,7 +135,6 @@ oneway interface IRadioImsResponse {
|
||||
* RadioError:MODEM_ERR
|
||||
* RadioError:INTERNAL_ERR
|
||||
* RadioError:INVALID_ARGUMENTS
|
||||
* RadioError:REQUEST_NOT_SUPPORTED
|
||||
* RadioError:NO_RESOURCES
|
||||
*/
|
||||
void updateImsCallStatusResponse(in RadioResponseInfo info);
|
||||
|
||||
@@ -252,7 +252,6 @@ void RadioImsTest::verifyError(RadioError resp) {
|
||||
case RadioError::MODEM_ERR:
|
||||
case RadioError::INTERNAL_ERR:
|
||||
case RadioError::INVALID_ARGUMENTS:
|
||||
case RadioError::REQUEST_NOT_SUPPORTED:
|
||||
case RadioError::NO_RESOURCES:
|
||||
SUCCEED();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user