Lines Matching refs:is
11 * distributed under the License is distributed on an "AS IS" BASIS,
23 * Note: IRadio 1.3 is an intermediate layer between Android P and Android Q. It's specifically
26 * This interface is used by telephony and telecom to talk to cellular radio.
36 * If specifyChannels is true, it only scans bands specified in specifiers.
37 * If specifyChannels is false, it scans all bands.
39 * For example, CBRS is only on LTE band 48. By specifying this band,
44 * @param specifiers which bands to scan. Only used if specifyChannels is true.
46 * Response callback is IRadioResponse.setSystemSelectionChannelsResponse()
52 * Toggle logical modem on/off. This is similar to @1.0::IRadio.setRadioPower(), however that
53 * does not enforce that radio power is toggled only for the corresponding radio and certain
55 * which it is called. A modem stack must be on/active only when both setRadioPower() and
58 * SIM must be read if available even if modem is off/inactive.
63 * Response function is IRadioResponse.enableModemResponse()
68 * Request status of logical modem. It returns isEnabled=true if the logical modem is on.
69 * This method is the getter method for enableModem.
73 * Response function is IRadioResponse.getModemStackStatusResponse()