HomeSort by relevance Sort by last modified time
    Searched refs:IN_PROGRESS (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /frameworks/opt/net/voip/src/java/android/net/sip/
SipErrorCode.java 55 public static final int IN_PROGRESS = -9;
86 case IN_PROGRESS:
87 return "IN_PROGRESS";
  /external/chromium/chrome/browser/download/
save_item.cc 38 state_ = IN_PROGRESS;
53 if (state_ != IN_PROGRESS) {
66 if (state_ != IN_PROGRESS) {
101 case IN_PROGRESS: {
download_item_model.cc 57 case DownloadItem::IN_PROGRESS:
117 case DownloadItem::IN_PROGRESS:
save_item.h 22 IN_PROGRESS,
download_item.cc 77 case DownloadItem::IN_PROGRESS:
78 return "IN_PROGRESS";
169 state_(IN_PROGRESS),
209 state_(IN_PROGRESS),
627 return (state_ == IN_PROGRESS);
631 return (state_ == IN_PROGRESS);
download_manager_unittest.cc 427 EXPECT_EQ(DownloadItem::IN_PROGRESS, download->state());
442 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
453 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
493 EXPECT_EQ(DownloadItem::IN_PROGRESS, download->state());
507 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
560 EXPECT_EQ(DownloadItem::IN_PROGRESS, download->state());
588 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
  /external/chromium_org/content/browser/download/
save_item.cc 39 state_ = IN_PROGRESS;
54 if (state_ != IN_PROGRESS) {
67 if (state_ != IN_PROGRESS) {
102 case IN_PROGRESS: {
download_item_impl_unittest.cc 144 if (last_state_ == DownloadItem::IN_PROGRESS &&
149 new_state == DownloadItem::IN_PROGRESS) {
280 EXPECT_EQ(DownloadItem::IN_PROGRESS, item->GetState());
304 if (expected_state == DownloadItem::IN_PROGRESS) {
607 CleanupItem(item, download_file, DownloadItem::IN_PROGRESS);
632 CleanupItem(item, mock_download_file, DownloadItem::IN_PROGRESS);
655 CleanupItem(item, download_file, DownloadItem::IN_PROGRESS);
670 CleanupItem(item, mock_download_file, DownloadItem::IN_PROGRESS);
763 ASSERT_EQ(DownloadItem::IN_PROGRESS, item->GetState());
798 ASSERT_EQ(DownloadItem::IN_PROGRESS, item->GetState())
    [all...]
save_item.h 23 IN_PROGRESS,
download_browsertest.cc 495 // Filter for saving the size of the download when the first IN_PROGRESS
498 if (download->GetState() != DownloadItem::IN_PROGRESS)
643 ASSERT_EQ(DownloadItem::IN_PROGRESS, download->GetState());
715 ASSERT_EQ(DownloadItem::IN_PROGRESS, downloads[0]->GetState());
742 ASSERT_EQ(DownloadItem::IN_PROGRESS, downloads[0]->GetState());
758 ASSERT_EQ(DownloadItem::IN_PROGRESS, download1->GetState());
887 // Confirm download still IN_PROGRESS (internal state COMPLETING).
890 EXPECT_EQ(DownloadItem::IN_PROGRESS, items[0]->GetState());
895 EXPECT_EQ(DownloadItem::IN_PROGRESS, items[0]->GetState());
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRxStatus.java 22 SUCCESS(0), FAILED(1), PENDING(2), INVALID_PARM(3), IN_PROGRESS(4), NOT_APPLICABLE(5), NOT_SUPPORTED(
JFmTxStatus.java 22 SUCCESS(0), FAILED(1), PENDING(2), INVALID_PARM(3), IN_PROGRESS(4), NOT_APPLICABLE(5), NOT_SUPPORTED(
  /external/chromium_org/chrome/browser/download/
download_status_updater.cc 74 if ((*it)->GetState() == content::DownloadItem::IN_PROGRESS) {
108 if (item->GetState() == content::DownloadItem::IN_PROGRESS) {
118 if (item->GetState() == content::DownloadItem::IN_PROGRESS) {
download_item_model_unittest.cc 76 .WillByDefault(Return(DownloadItem::IN_PROGRESS));
94 DownloadItem::IN_PROGRESS :
283 // that is in IN_PROGRESS state. Go through all of them and check the return
375 { DownloadItem::IN_PROGRESS, false, false, false, false},
376 { DownloadItem::IN_PROGRESS, false, true , false, true },
377 { DownloadItem::IN_PROGRESS, true , false, false, false},
378 { DownloadItem::IN_PROGRESS, true , true , false, false},
download_ui_controller_unittest.cc 115 // Normal downloads that are constructed in the IN_PROGRESS state should be
124 .WillRepeatedly(Return(content::DownloadItem::IN_PROGRESS));
142 // Downloads that have a target path on creation and are in the IN_PROGRESS
151 .WillRepeatedly(Return(content::DownloadItem::IN_PROGRESS));
158 // History downloads (downloads that are not in IN_PROGRESS on create) should
download_ui_controller.cc 127 if (item->GetState() != content::DownloadItem::IN_PROGRESS)
  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 69 * <li><code>IN_PROGRESS</code> indicates we are currently processing
78 IN_PROGRESS("In Progress"),
201 status = Status.IN_PROGRESS;
203 } else if (status == Status.IN_PROGRESS) {
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_url_fetcher.h 46 IN_PROGRESS,
alternate_nav_url_fetcher.cc 98 state_ = IN_PROGRESS;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceStatus.java 35 public static final int IN_PROGRESS = 1;
102 if (statusCode != IN_PROGRESS) {
  /external/chromium/chrome/browser/
alternate_nav_url_fetcher.h 36 IN_PROGRESS,
alternate_nav_url_fetcher.cc 60 state_ = IN_PROGRESS;
  /external/chromium_org/chrome/browser/history/
download_row.cc 12 state(content::DownloadItem::IN_PROGRESS),
  /frameworks/base/wifi/java/android/net/wifi/
WpsResult.java 31 IN_PROGRESS,
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 90 // Persisted downloads are not in IN_PROGRESS state when created, while newly
93 download->GetState() != DownloadItem::IN_PROGRESS;
166 if (!download || (download->GetState() != DownloadItem::IN_PROGRESS))
240 case DownloadItem::IN_PROGRESS:

Completed in 509 milliseconds

1 2 3 4 5