Searched refs:getStatus (Results 1 - 19 of 19) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DThreadingTest.java51 while (download.getStatus() != DownloadManager.STATUS_SUCCESSFUL) {
H A DAbstractPublicApiTest.java43 public int getStatus() { method in class:AbstractPublicApiTest.Download
99 assertEquals(status, getStatus());
112 if (status == -1 || Downloads.Impl.isStatusCompleted(getStatus())) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryPartition.java76 public int getStatus() { method in class:DirectoryPartition
H A DContactEntryListFragment.java313 if (directoryPartition.getStatus() == DirectoryPartition.STATUS_NOT_LOADED) {
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessageStatusService.java62 if (message != null && message.getStatus() < Sms.STATUS_PENDING) {
84 int status = message.getStatus();
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEasResponse.java130 public int getStatus() { method in class:EasResponse
H A DEasOutboxService.java202 public int getStatus() { method in class:EasOutboxService.SendMailParser
408 int code = resp.getStatus();
420 int status = p.getStatus();
H A DEasSyncService.java448 int code = resp.getStatus();
481 code = resp.getStatus();
627 int code = resp.getStatus();
744 int code = resp.getStatus();
941 int code = resp.getStatus();
1070 int status = resp.getStatus();
1134 int status = resp.getStatus();
1473 int code = resp.getStatus();
1549 int code = resp.getStatus();
1580 int code = resp.getStatus();
[all...]
H A DEasAccountService.java258 int code = resp.getStatus();
321 int code = resp.getStatus();
666 int code = resp.getStatus();
/packages/apps/Contacts/src/com/android/contacts/util/
H A DDataStatus.java93 public CharSequence getStatus() { method in class:DataStatus
/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DFakeAsyncTaskExecutor.java194 if (submittedTask.getAsyncTask().getStatus() == AsyncTask.Status.FINISHED) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DDataStatus.java91 public CharSequence getStatus() { method in class:DataStatus
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWallpaperChooserDialogFragment.java86 if (mLoader != null && mLoader.getStatus() != WallpaperLoader.Status.FINISHED) {
181 if (mLoader != null && mLoader.getStatus() != WallpaperLoader.Status.FINISHED) {
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DAttachmentLoader.java206 int status = resp.getStatus();
H A DSearch.java114 int code = resp.getStatus();
H A DEmailSyncAdapter.java455 int code = resp.getStatus();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUtils.java65 if (task != null && task.getStatus() != AsyncTask.Status.FINISHED) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java582 this.data = status.getStatus().toString();
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DUtility.java466 if (task != null && task.getStatus() != AsyncTask.Status.FINISHED) {

Completed in 350 milliseconds