Searched refs:status (Results 176 - 200 of 328) sorted by relevance

1234567891011>>

/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DActivationTask.java85 * EXTRA_VOICEMAIL_SMS_FIELDS}, if the task is initiated by a status SMS. If null the task
86 * will request a status SMS itself.
181 VoicemailStatus.Editor status = mRetryPolicy.getVoicemailStatusEditor();
200 helper.handleEvent(status, OmtpEvents.CONFIG_STATUS_SMS_TIME_OUT);
204 VvmLog.e(TAG, "Unable to send status request SMS");
227 helper.startProvisioning(this, phoneAccountHandle, status, message, data);
236 helper.handleEvent(status, OmtpEvents.CONFIG_SERVICE_NOT_AVAILABLE);
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
H A DImapConnection.java191 String status = ie.getStatus();
195 if (ImapConstants.NO.equals(status)) {
391 final String status = response.getStatusOrEmpty().getString();
396 throw new ImapException(toString, status, statusMessage, alert, responseCode);
/packages/apps/Email/provider_src/com/android/email/service/
H A DPopImapSyncAdapterService.java140 final int status;
142 status = ImapService.synchronizeMailboxSynchronous(context, account,
145 status = Pop3Service.synchronizeMailboxSynchronous(context, account,
148 EmailServiceStatus.syncMailboxStatus(resolver, extras, mailboxId, status, 0,
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStatus.java104 Status status = mStatus.get();
105 if (status == null) {
111 status.updateTimes();
116 status.updateConnectivity();
/packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/
H A DRulesCheckReceiver.java299 public void onFinished(int status) {
300 Log.i(TAG, "Finished install: " + status);
320 public void onFinished(int status) {
321 Log.i(TAG, "Finished uninstall: " + status);
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DTrampolineActivity.java74 final int status;
81 status = cursor.getInt(cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_STATUS));
94 Log.d(Constants.TAG, "Found " + id + " with status " + status + ", reason " + reason);
95 switch (status) {
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
H A DCarNavigationStatusManager.java27 * APIs for providing navigation status to the instrument cluster. For cars that have a navigation
209 * @param status New instrument cluster navigation status, one of the STATUS_* constants in
215 public abstract void sendNavigationStatus(@Status int status) throws CarNotConnectedException; argument
/packages/services/Mms/src/com/android/mms/service/
H A DDownloadRequest.java125 final int status = retrieveConf.getRetrieveStatus();
126 if (status != PduHeaders.RETRIEVE_STATUS_OK) {
127 LogUtil.e(requestId, "persistIfRequired: retrieve failed " + status);
128 // Update the retrieve status of the NotificationInd
130 values.put(Telephony.Mms.RETRIEVE_STATUS, status);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DPeriodicScanManager.java116 int phy, int interval, int status) throws Exception {
119 + ", status=" + status);
131 if (status == 0) {
140 // callback.onSyncStarted(sync_handle, tx_power, status);
115 onSyncStarted(int reg_id, int sync_handle, int sid, int address_type, String address, int phy, int interval, int status) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java261 int status = msg.arg1;
262 broadcastHandshake(device, status);
289 int status = msg.arg1;
290 broadcastVirtualUnplugStatus(device, status);
637 private void onHandshake(byte[] address, int status) { argument
640 msg.arg1 = status;
644 private void onVirtualUnplug(byte[] address, int status) { argument
647 msg.arg1 = status;
681 private void broadcastHandshake(BluetoothDevice device, int status) { argument
684 intent.putExtra(BluetoothInputDevice.EXTRA_STATUS, status);
707 broadcastVirtualUnplugStatus(BluetoothDevice device, int status) argument
[all...]
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java81 private Contact(Uri requestedUri, Contact.Status status, Exception exception) { argument
82 if (status == Status.ERROR && exception == null) {
85 mStatus = status;
371 + ",status="
/packages/apps/Settings/src/com/android/settings/print/
H A DPrintJobSettingsFragment.java235 CharSequence status = info.getStatus(getPackageManager());
236 if (!TextUtils.isEmpty(status)) {
240 mMessagePreference.setSummary(status);
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
H A DSimpleBleServer.java47 * Listener that is notified when the status of the BLE server changes.
204 final int status, final int newState) {
206 Log.d(TAG, "GattServer connection change status: "
218 public void onServiceAdded(final int status, BluetoothGattService service) {
220 Log.d(TAG, "Service added status: " + status + " uuid: " + service.getUuid());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryActivity.java612 private String getMessageForStatus(int status) { argument
616 switch (status) {
641 int status = mBluetoothPairer.getStatus();
643 mPreviousStatus = status;
650 switch (status) {
682 switch (status) {
740 mCurrentTargetStatus = getMessageForStatus(status);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c79 loctset->loct.status = NJ_ST_SEARCH_NO_INIT;
171 if ((GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END)
176 loctset->loct.status = NJ_ST_SEARCH_END;
210 (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) ||
211 (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END_EXT)) {
233 loctset->loct.status |= SET_LOCATION_OPERATION(cursor->cond.operation);
378 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) {
499 if (GET_LOCATION_OPERATION(result->word.stem.loc.status) != NJ_CUR_OP_COMP) {
880 loctset->loct.status = NJ_ST_SEARCH_NO_INIT;
903 word->stem.loc.status
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java202 // Set type and status.
542 private void notifySentMessageStatus(String handle, EventReport.Type status) { argument
543 if (DBG) Log.d(TAG, "got a status for " + handle + " Status = " + status);
545 if (status == EventReport.Type.SENDING_SUCCESS) {
547 } else if (status == EventReport.Type.DELIVERY_SUCCESS) {
637 int status = intent.getIntExtra(BluetoothDevice.EXTRA_SDP_SEARCH_STATUS, -1);
639 Log.w(TAG, "SDP search ended with no MAS record. Status: " + status);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java64 static final String status = "(" + BluetoothShare.STATUS + " == '192'" + ")"; field in class:BluetoothOppNotification
79 static final String WHERE_RUNNING = status + " AND " + visible + " AND " + confirm;
392 int status = cursor.getInt(statusIndex);
394 if (BluetoothShare.isStatusError(status)) {
452 int status = cursor.getInt(statusIndex);
454 if (BluetoothShare.isStatusError(status)) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java182 mStatusView = (TextView)findViewById(R.id.status);
419 * Manually set the status attribution text to display in the header.
443 * Manually set all the status values to display in the header.
446 * @param status The status of the contact. If this is either null or empty,
447 * the status is cleared and the other parameters are ignored.
449 * {@link System#currentTimeMillis()}) of the last status update.
452 * status. This value can be null if no Label should be used.
456 public void setStatus(final String status, final Long statusTimestamp, argument
458 if (TextUtils.isEmpty(status)) {
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterState.java510 void stateChangeCallback(int status) { argument
511 if (status == AbstractionLayer.BT_STATE_OFF) {
514 } else if (status == AbstractionLayer.BT_STATE_ON) {
519 errorLog("Incorrect status in stateChangeCallback");
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapRilReceiver.java157 public void statusIndication(int token, int status) { argument
158 Log.d(TAG, "statusIndication: token " + token + " status " + status);
161 sapMessage.setStatusChange(status);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java102 private Contact(Uri requestedUri, Contact.Status status, Exception exception) { argument
103 if (status == Status.ERROR && exception == null) {
106 mStatus = status;
482 ",uri=" + mUri + ",status=" + mStatus + "}";
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DMigrateStorageActivity.java62 public void onStatusChanged(int moveId, int status, long estMillis) {
63 if (moveId != mMoveId || !PackageManager.isMoveStatusFinished(status)) {
66 if (status == PackageManager.MOVE_SUCCEEDED) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadReceiver.java189 final int status;
196 status = getInt(cursor, Downloads.Impl.COLUMN_STATUS);
206 if (Downloads.Impl.isStatusCompleted(status) &&
/packages/services/Car/vehicle_monitor_service/
H A DProcessMonitor.cpp139 status_t status = updateProcessInfo(); local
140 if (status != NO_ERROR) {
141 return status;
264 sprintf(filename, "/proc/%d/status", pid);
/packages/services/Telephony/src/com/android/phone/
H A DCallForwardEditPreference.java119 && callForwardInfo.status == 1
162 setToggled(callForwardInfo.status == 1);
266 info.status == 1) {

Completed in 676 milliseconds

1234567891011>>