Updated comment for enableModem().
Test: build Bug: 124771128 Change-Id: I9ddd679daa9b806b8c8677b9d4ef54dacb40d242
This commit is contained in:
parent
f72bb5d556
commit
60bc204c1d
2 changed files with 8 additions and 3 deletions
|
@ -454,7 +454,7 @@ cf7a4ba516a638f9b82a249c91fb603042c2d9ca43fd5aad9cf6c0401ed2a5d7 android.hardwar
|
|||
abf98c2ae08bf765db54edc8068e36d52eb558cff6706b6fd7c18c65a1f3fc18 android.hardware.nfc@1.2::types
|
||||
4cb252dc6372a874aef666b92a6e9529915aa187521a700f0789065c3c702ead android.hardware.power.stats@1.0::IPowerStats
|
||||
2043037d5baaff604805757d06979aa861013a1e87430db745265339a8681f79 android.hardware.power.stats@1.0::types
|
||||
d5545a4090e5cf8b7f844121377d580926cb9137d693d8c66772ef99ca23e514 android.hardware.radio@1.3::IRadio
|
||||
a1c6b0761bcb89d6bf15a156f9306b8090b3a916a15fea1689b4b0c1738e382f android.hardware.radio@1.3::IRadio
|
||||
e9d0f11a52715f5a29d89e2d8e2e21db1e16a43174af6b9d51a62d705cda1455 android.hardware.radio@1.3::IRadioIndication
|
||||
d233f0da44f55fdef0a95db5229231412787bb67695cd1ea197ce89a3c2908b9 android.hardware.radio@1.3::IRadioResponse
|
||||
750a363c8cec70baa1aac19e275c15233c5898e93c6bb5155fa2ca7f365490dc android.hardware.radio@1.3::types
|
||||
|
|
|
@ -49,8 +49,13 @@ interface IRadio extends @1.2::IRadio {
|
|||
vec<RadioAccessSpecifier> specifiers);
|
||||
|
||||
/**
|
||||
* Toggle logical modem on and off. The difference with setRadioPower is,
|
||||
* setRadioPower affects all logical modems while this controls just one.
|
||||
* Toggle logical modem on/off. This is similar to @1.0::IRadio.setRadioPower(), however that
|
||||
* does not enforce that radio power is toggled only for the corresponding radio and certain
|
||||
* vendor implementations do it for all radios. This new API should affect only the modem for
|
||||
* which it is called. A modem stack must be on/active only when both setRadioPower() and
|
||||
* enableModem() are set to on for it.
|
||||
*
|
||||
* SIM must be read if available even if modem is off/inactive.
|
||||
*
|
||||
* @param serial Serial number of request.
|
||||
* @param on True to turn on the logical modem, otherwise turn it off.
|
||||
|
|
Loading…
Reference in a new issue