• Home
  • Raw
  • Download

Lines Matching refs:is

11  * distributed under the License is distributed on an "AS IS" BASIS,
32 * This interface is used by telephony and telecom to talk to cellular radio.
45 * off, reception lost or even transient factors like congestion. This data call list is
48 * The Radio is expected to:
52 * - The interface is configured with one or more addresses and is capable of sending and
55 * - Must not modify routing configuration related to this interface; routing management is
64 * @param roamingAllowed Indicates whether or not data roaming is allowed by the user.
67 * @param addresses If the reason is DataRequestReason.HANDOVER, this indicates the list of link
68 * addresses of the existing data connection. The format is IP address with optional "/"
69 * prefix length (The format is defined in RFC-4291 section 2.3). For example, "192.0.1.3",
71 * the prefix length is absent, then the addresses are assumed to be point to point with
73 * unless reason is DataRequestReason.HANDOVER.
74 * @param dnses If the reason is DataRequestReason.HANDOVER, this indicates the list of DNS
75 * addresses of the existing data connection. The format is defined in RFC-4291 section
77 * reason is DataRequestReason.HANDOVER.
79 * Response function is IRadioResponse.setupDataCallResponse()
81 * Note this API is same as 1.2 version except using the 1.4 AccessNetwork as the input param.
93 * Response callback is IRadioResponse.setInitialAttachApnResponse()
103 * Response callback is IRadioResponse.setDataProfileResponse()
111 * if the 'address' in the 'dialInfo' field is identified as an emergency number by Android.
113 * In multi-sim scenario, if the emergency number is from a specific subscription, this radio
114 * request is sent through the IRadio service that serves the subscription, no matter of the
118 * call routing if possible or emergency routing. 1) if the 'routing' field is specified as
121 * implementation must use emergency routing to handle the call. 2) if 'routing' is specified
123 * handle the call. 3) if 'routing' is specified as @1.4::EmergencyNumberRouting#UNKNOWN,
127 * 'categories' field is set to @1.4::EmergencyServiceCategory#UNSPECIFIED; if the dialed
129 * is set to an empty list. If the underlying technology used to request emergency services
134 * emergency number function, if the 'hasKnownUserIntentEmergency' field is true, the user's
135 * intent for this dial request is emergency call, and the modem must treat this as an actual
136 * emergency dial; if the 'hasKnownUserIntentEmergency' field is false, Android does not know
139 * If 'isTesting' is true, this request is for testing purpose, and must not be sent to a real
154 * is known.
155 * @param isTesting Flag indicating if this request is for testing purpose.
157 * Response function is IRadioResponse.emergencyDialResponse()
179 * Response callback is IRadioResponse.getPreferredNetworkTypeBitmapResponse()
189 * Response callback is IRadioResponse.setPreferredNetworkTypeBitmapResponse()
200 * and FDR. If a present SIM is allowed, modem must not reload the SIM. If a present SIM is
210 * Response callback is IRadioResponse.setAllowedCarriersResponse_1_4()
220 * Response callback is IRadioResponse.getAllowedCarriersResponse_1_4()
225 * Requests current signal strength and associated information. Must succeed if radio is on.
229 * Response function is IRadioResponse.getSignalStrengthResponse_1_4()