Searched refs:status (Results 51 - 75 of 648) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java2477 setVoiceCallForwardingFlag(1, (infos[i].status == 1),
3178 boolean status = card.setOperatorBrandOverride(brand);
3181 if (status) {
3191 return status;
H A DIccPhoneBookInterfaceManager.java106 AtomicBoolean status = (AtomicBoolean) ar.userObj;
107 status.set(true);
184 AtomicBoolean status = new AtomicBoolean(false);
185 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
190 waitForResult(status);
233 AtomicBoolean status = new AtomicBoolean(false);
234 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
238 waitForResult(status);
262 AtomicBoolean status = new AtomicBoolean(false);
263 Message response = mBaseHandler.obtainMessage(EVENT_GET_SIZE_DONE, status);
322 waitForResult(AtomicBoolean status) argument
[all...]
H A DIccSmsInterfaceManager.java185 * @param status new message status (STATUS_ON_ICC_READ,
194 updateMessageOnIccEf(String callingPackage, int index, int status, byte[] pdu) { argument
196 " status=" + status + " ==> " +
207 if (status == STATUS_ON_ICC_FREE) {
224 byte[] record = makeSmsRecordData(status, pdu);
242 * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
247 public boolean copyMessageToIccEf(String callingPackage, int status, byt argument
602 makeSmsRecordData(int status, byte[] pdu) argument
[all...]
H A DPhone.java199 // Key used for storing call forwarding status
201 // Key used to read/write the ID for storing the call forwarding status
1625 * Get voice message waiting indicator status. No change notification
1635 int status = IccRecords.CALL_FORWARDING_STATUS_DISABLED;
1639 status = sp.getInt(CF_STATUS + subId, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN);
1641 status);
1642 // Check for old preference if status is UNKNOWN for current subId. This part of the
1644 if (status == IccRecords.CALL_FORWARDING_STATUS_UNKNOWN) {
1650 // get call forwarding status from preferences
1651 status
[all...]
H A DProxyController.java87 // record each phone's set radio capability status
273 logd("setRadioCapability: phoneId=" + phoneId + " status=STARTING");
361 logd("onStartRadioCapabilityResponse: phoneId=" + id + " status=FAIL");
365 logd("onStartRadioCapabilityResponse: phoneId=" + id + " status=STARTED");
395 logd("onStartRadioCapabilityResponse: phoneId=" + i + " status=APPLYING");
419 logd("onApplyRadioCapabilityResponse: phoneId=" + id + " status=FAIL");
451 logd("onNotificationRadioCapabilityChanged: phoneId=" + id + " status=FAIL");
455 logd("onNotificationRadioCapabilityChanged: phoneId=" + id + " status=SUCCESS");
509 // send FINISH request with fail status and then uniqueDifferentId
532 logd("issueFinish: phoneId: " + i + " status
599 sendRadioCapabilityRequest(int phoneId, int sessionId, int rcPhase, int radioFamily, String logicalModemId, int status, int eventId) argument
[all...]
H A DRIL.java1573 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1574 status = translateStatus(status);
1579 rr.mParcel.writeInt(status);
1585 + " " + status);
1591 public void writeSmsToRuim(int status, String pdu, Message response) { argument
1592 status = translateStatus(status);
1597 rr.mParcel.writeInt(status);
1602 + " " + status);
1611 translateStatus(int status) argument
[all...]
H A DRadioCapability.java43 * RIL_RadioCapability. status = 0, if any START's fail no APPLY will
108 /** Return status and an input parameter for RC_Phase_FINISH */
124 * @param status tell modem the action transaction of
128 int radioAccessFamily, String logicalModemUuid, int status) {
134 mStatus = status;
193 * get request status.
195 * @return status and an input parameter for RC_PHASE_FINISH
127 RadioCapability(int phoneId, int session, int phase, int radioAccessFamily, String logicalModemUuid, int status) argument
H A DSMSDispatcher.java118 /** Handle status report from {@code CdmaInboundSmsHandler}. */
248 * Pass the Message object to subclass to handle. Currently used to pass CDMA status reports
250 * @param o the SmsMessage containing the status report
256 /* TODO: Need to figure out how to keep track of status report routing in a
258 * we will lose this list and any status reports that come in after
261 /** Sent messages awaiting a delivery status report. */
635 // Expecting a status report. Add it to the list.
746 * raw pdu of the status report is in the extended data ("pdu").
827 * to the recipient. The raw pdu of the status report is in the
948 * raw pdu of the status repor
1366 updateSentMessageStatus(Context context, int status) argument
[all...]
H A DTelephonyEventLog.java131 public static final String DATA_KEY_DATA_CALL_STATUS = "status";
295 public void writeImsSetFeatureValue(int feature, int network, int value, int status) { argument
367 statuses[i] = dcs.status;
424 b.putInt(DATA_KEY_DATA_CALL_STATUS, dataCall.status);
H A DUiccSmsController.java57 updateMessageOnIccEfForSubscriber(int subId, String callingPackage, int index, int status, argument
61 return iccSmsIntMgr.updateMessageOnIccEf(callingPackage, index, status, pdu);
70 public boolean copyMessageToIccEfForSubscriber(int subId, String callingPackage, int status, argument
74 return iccSmsIntMgr.copyMessageToIccEf(callingPackage, status, pdu, smsc);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java92 * Here, the error class is defined by the bits from 9-8, the status code by the bits from 7-0.
95 private int status; field in class:SmsMessage
244 // First byte is status: RECEIVED_READ, RECEIVED_UNREAD, STORED_SENT,
432 * Returns the status for a previously submitted message.
433 * For not interfering with status codes from GSM, this status code is
438 return (status << 16);
764 // other messages, it would be unclear what the status
768 // indicate successful delivery (status == 0).
773 status
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java42 public int status = 0; field in class:DataCallResponse
82 .append(" status=").append(status)
128 if (status == DcFailCause.NONE.getErrorCode()) {
256 "status=" + status + " result=" + result);
H A DDataConnection.java440 response.status = mDcTesterFailBringUpAll.getDcFailBringUp().mFailCause.getErrorCode();
711 result.mFailCause = DcFailCause.fromInt(response.status);
713 } else if (response.status != 0) {
715 result.mFailCause = DcFailCause.fromInt(response.status);
1806 protected void networkStatus(int status, String redirectUrl) { argument
1808 log("validation status: " + status + " with redirection URL: " + redirectUrl);
H A DDcController.java266 DcFailCause failCause = DcFailCause.fromInt(newState.status);
H A DDcTracker.java589 // wifi connection status will be updated by sticky intent
1095 // Set the emergency APN availability status as TRUE irrespective of conditions checked in
1096 // isDataAllowed() like IN_SERVICE, MOBILE DATA status etc.
3506 int status = dcac.fullyConnectSync(mPhone.getContext(), this, conn.getHandler());
3507 if (status == AsyncChannel.STATUS_SUCCESSFUL) {
3510 loge("createDataConnection: Could not connect to dcac=" + dcac + " status=" + status);
4819 // To be called on screen status change.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java302 * Only CF status can be set here since number is not available.
1413 if (info.status == 1) {
1421 } else if (info.status == 0 && isEmptyOrNull(info.number)) {
1424 } else { /* (info.status == 0) && !isEmptyOrNull(info.number) */
1450 boolean cffEnabled = (info.status == 1);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1081 cfInfo.status = info.mStatus;
H A DImsPhoneCallTracker.java1833 public void onGetFeatureResponse(int feature, int network, int value, int status) {}
1836 public void onSetFeatureResponse(int feature, int network, int value, int status) {
1837 mEventLog.writeImsSetFeatureValue(feature, network, value, status);
1841 public void onGetVideoQuality(int status, int quality) {}
1844 public void onSetVideoQuality(int status) {}
H A DImsPhoneCommandInterface.java250 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
254 public void writeSmsToRuim(int status, String pdu, Message response) { argument
H A DImsPhoneMmiCode.java1268 if (info.status == 1) {
1276 } else if (info.status == 0 && isEmptyOrNull(info.number)) {
1279 } else { /* (info.status == 0) && !isEmptyOrNull(info.number) */
1304 boolean cffEnabled = (info.status == 1);
1462 sb.append("Num: " + infos[i].mIcbNum + " status: "
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java251 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
255 public void writeSmsToRuim(int status, String pdu, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1065 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1066 Rlog.d(LOG_TAG, "Write SMS to SIM with status " + status);
1071 public void writeSmsToRuim(int status, String pdu, Message response) { argument
1072 Rlog.d(LOG_TAG, "Write SMS to RUIM with status " + status);
1098 mDcResponse.status = 0;
H A DSimulatedCommandsVerifier.java846 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
851 public void writeSmsToRuim(int status, String pdu, Message response) { argument
H A DTestConferenceEventPackageParser.java43 * <status>connected</status>
50 * {@link com.android.ims.ImsConferenceState} parcelable. The {@code status} values expected in the
133 String status = "";
148 status = parser.getText();
155 Log.v(LOG_TAG, "Status: "+status);
160 bundle.putString(ImsConferenceState.STATUS, status);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRules.java277 * Returns the status of the carrier privileges for the input certificate and package name.
281 * @return Access status.
304 * Returns the status of the carrier privileges for the input package name.
308 * @return Access status.
336 * Returns the status of the carrier privileges for the input package info.
339 * @return Access status.
353 * Returns the status of the carrier privileges for the caller of the current transaction.
356 * @return Access status.
394 int status = getCarrierPrivilegeStatus(packageManager, packageName);
395 if (status
[all...]

Completed in 349 milliseconds

1234567891011>>