Searched refs:setStatus (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DNotifyRespInd.java41 setStatus(status);
80 public void setStatus(int value) throws InvalidHeaderValueException { method in class:NotifyRespInd
H A DDeliveryInd.java98 public void setStatus(int value) throws InvalidHeaderValueException { method in class:DeliveryInd
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DNotifyRespInd.java43 setStatus(status);
82 public void setStatus(int value) throws InvalidHeaderValueException { method in class:NotifyRespInd
H A DDeliveryInd.java100 public void setStatus(int value) throws InvalidHeaderValueException { method in class:DeliveryInd
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DWordListPreference.java85 setStatus(status);
89 public void setStatus(final int status) { method in class:WordListPreference
174 setStatus(MetadataDbHelper.STATUS_AVAILABLE);
178 setStatus(MetadataDbHelper.STATUS_DISABLED);
191 setStatus(MetadataDbHelper.STATUS_DOWNLOADING);
199 setStatus(MetadataDbHelper.STATUS_INSTALLED);
209 setStatus(MetadataDbHelper.STATUS_DELETING);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothDevicePairer.java258 setStatus(STATUS_NONE);
261 setStatus(STATUS_ERROR);
345 setStatus(STATUS_SCANNING);
457 setStatus(STATUS_WAITING_TO_PAIR);
551 setStatus(STATUS_NONE);
562 private void setStatus(int status) { method in class:BluetoothDevicePairer
569 setStatus(STATUS_PAIRING);
588 setStatus(STATUS_CONNECTING);
592 setStatus(STATUS_ERROR);
602 setStatus(STATUS_ERRO
[all...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
H A DVvmPhoneStateListener.java65 VoicemailContract.Status.setStatus(mContext, mPhoneAccount,
105 VoicemailContract.Status.setStatus(mContext, mPhoneAccount,
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDirectoryPartition.java87 public void setStatus(int status) { method in class:DirectoryPartition
H A DContactEntryListAdapter.java222 directoryPartition.setStatus(DirectoryPartition.STATUS_NOT_LOADED);
237 directoryPartition.setStatus(DirectoryPartition.STATUS_NOT_LOADED);
457 ((DirectoryPartition)partition).setStatus(DirectoryPartition.STATUS_LOADED);
H A DContactEntryListFragment.java367 partition.setStatus(DirectoryPartition.STATUS_LOADING);
H A DContactListItemView.java1142 public void setStatus(CharSequence text) { method in class:ContactListItemView
1278 setStatus(statusMessage);
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java142 public void setStatus(int status) { method in class:SdpManager.SdpSearchInstance
266 inst.setStatus(status);
297 inst.setStatus(status);
326 inst.setStatus(status);
357 inst.setStatus(status);
384 inst.setStatus(status);
407 inst.setStatus(status);
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DBluetoothMapbMessageTest.java102 msg.setStatus(false);
204 msg.setStatus(false);
274 msg.setStatus(false);
366 msg.setStatus(false);
507 msg.setStatus(false);
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
H A DOmtpVvmSourceManager.java108 VoicemailContract.Status.setStatus(mContext, phoneAccount,
/packages/experimental/PrintService2/src/foo/bar/printservice2/
H A DMyPrintService.java139 .setStatus(PrinterInfo.STATUS_READY)
175 .setStatus(PrinterInfo.STATUS_READY)
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
H A DOmtpMessageReceiver.java136 VoicemailContract.Status.setStatus(mContext, mPhoneAccount,
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java456 public void setStatus(final String status, final Long statusTimestamp, method in class:ContactHeaderWidget
663 setStatus(status, statusTimestamp, statusLabel, statusResPackage);
/packages/experimental/PrintService/src/foo/bar/printservice/
H A DMyPrintService.java427 .setStatus(PrinterInfo.STATUS_UNAVAILABLE).build();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessage.java630 newBMsg.setStatus(status);
801 public void setStatus(boolean read) { method in class:BluetoothMapbMessage
H A DBluetoothMapContent.java3410 message.setStatus(true);
3412 message.setStatus(false);
3699 message.setStatus(true);
3701 message.setStatus(false);
3785 message.setStatus(true);
3787 message.setStatus(false);
3916 message.setStatus(true);
3918 message.setStatus(false);

Completed in 1005 milliseconds