Add missing response function.
Test: None; only interface change. Bug: 32020264 Merged-in: I28638f9371a6b09d72862a13a15d5f7e319d9337 Change-Id: I28638f9371a6b09d72862a13a15d5f7e319d9337
This commit is contained in:
parent
10569b1bb4
commit
0de66edb93
1 changed files with 10 additions and 0 deletions
|
@ -1560,6 +1560,16 @@ interface IRadioResponse {
|
|||
*/
|
||||
oneway reportSmsMemoryStatusResponse(RadioResponseInfo info);
|
||||
|
||||
/*
|
||||
* @param info Response info struct containing response type, serial no. and error
|
||||
*
|
||||
* Valid errors returned:
|
||||
* RadioError:NONE
|
||||
* RadioError:RADIO_NOT_AVAILABLE
|
||||
* RadioError:GENERIC_FAILURE
|
||||
*/
|
||||
oneway reportStkServiceIsRunningResponse(RadioResponseInfo info);
|
||||
|
||||
/*
|
||||
* @param info Response info struct containing response type, serial no. and error
|
||||
* @param source CDMA subscription source
|
||||
|
|
Loading…
Reference in a new issue