Searched refs:setStatus (Results 1 - 23 of 23) 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.java250 setStatus(STATUS_NONE);
253 setStatus(STATUS_ERROR);
355 setStatus(STATUS_SCANNING);
461 setStatus(STATUS_WAITING_TO_PAIR);
547 setStatus(STATUS_NONE);
558 private void setStatus(int status) { method in class:BluetoothDevicePairer
565 setStatus(STATUS_PAIRING);
584 setStatus(STATUS_CONNECTING);
588 setStatus(STATUS_ERROR);
598 setStatus(STATUS_ERRO
[all...]
/packages/apps/Contacts/src/com/android/contacts/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);
467 ((DirectoryPartition)partition).setStatus(DirectoryPartition.STATUS_LOADED);
H A DContactEntryListFragment.java387 partition.setStatus(DirectoryPartition.STATUS_LOADING);
H A DContactListItemView.java1446 public void setStatus(CharSequence text) { method in class:ContactListItemView
1609 setStatus(statusMessage);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DDirectoryPartition.java80 public void setStatus(int status) { method in class:DirectoryPartition
H A DContactEntryListAdapter.java223 directoryPartition.setStatus(DirectoryPartition.STATUS_NOT_LOADED);
238 directoryPartition.setStatus(DirectoryPartition.STATUS_NOT_LOADED);
450 ((DirectoryPartition) partition).setStatus(DirectoryPartition.STATUS_LOADED);
H A DContactEntryListFragment.java364 partition.setStatus(DirectoryPartition.STATUS_LOADING);
H A DContactListItemView.java1151 public void setStatus(CharSequence text) { method in class:ContactListItemView
1270 setStatus(statusMessage);
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java129 public void setStatus(int status) { method in class:SdpManager.SdpSearchInstance
248 inst.setStatus(status);
274 inst.setStatus(status);
299 inst.setStatus(status);
326 inst.setStatus(status);
351 inst.setStatus(status);
376 inst.setStatus(status);
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
H A DMpegTsDefaultAudioTrackRenderer.java349 AUDIO_TRACK.setStatus(false);
701 setStatus(true);
706 setStatus(false);
713 setStatus(mEnabled);
723 private void setStatus(boolean enabled) { method in class:MpegTsDefaultAudioTrackRenderer
732 AUDIO_TRACK.setStatus(enabled);
H A DAudioTrackWrapper.java158 public void setStatus(boolean enable) { method in class:AudioTrackWrapper
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmessage.java87 public Bmessage setStatus(Status status) { method in class:Bmessage
/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/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessage.java644 newBMsg.setStatus(status);
811 public void setStatus(boolean read) { method in class:BluetoothMapbMessage
H A DBluetoothMapContent.java3691 message.setStatus(true);
3693 message.setStatus(false);
3987 message.setStatus(true);
3989 message.setStatus(false);
4078 message.setStatus(true);
4080 message.setStatus(false);
4229 message.setStatus(true);
4231 message.setStatus(false);
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java222 bmsg.setStatus(Bmessage.Status.READ);
/packages/experimental/PrintService/src/foo/bar/printservice/
H A DMyPrintService.java239 printJob.setStatus("Printing progress: " + progress + "%");

Completed in 466 milliseconds