HomeSort by relevance Sort by last modified time
    Searched refs:IN_PROGRESS (Results 1 - 25 of 113) 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_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: {
save_item.h 23 IN_PROGRESS,
download_item_impl_unittest.cc 139 if (last_state_ == DownloadItem::IN_PROGRESS &&
144 new_state == DownloadItem::IN_PROGRESS) {
275 EXPECT_EQ(DownloadItem::IN_PROGRESS, item->GetState());
299 if (expected_state == DownloadItem::IN_PROGRESS) {
633 CleanupItem(item, download_file, DownloadItem::IN_PROGRESS);
658 CleanupItem(item, mock_download_file, DownloadItem::IN_PROGRESS);
681 CleanupItem(item, download_file, DownloadItem::IN_PROGRESS);
696 CleanupItem(item, mock_download_file, DownloadItem::IN_PROGRESS);
789 ASSERT_EQ(DownloadItem::IN_PROGRESS, item->GetState());
824 ASSERT_EQ(DownloadItem::IN_PROGRESS, item->GetState())
    [all...]
download_browsertest.cc 504 // Filter for saving the size of the download when the first IN_PROGRESS
507 if (download->GetState() != DownloadItem::IN_PROGRESS)
704 ASSERT_EQ(DownloadItem::IN_PROGRESS, download->GetState());
777 ASSERT_EQ(DownloadItem::IN_PROGRESS, downloads[0]->GetState());
804 ASSERT_EQ(DownloadItem::IN_PROGRESS, downloads[0]->GetState());
820 ASSERT_EQ(DownloadItem::IN_PROGRESS, download1->GetState());
    [all...]
download_manager_impl.cc 343 if (download->GetState() == DownloadItem::IN_PROGRESS)
436 // IN_PROGRESS and consumers will be notified via OnDownloadUpdated().
580 (download->GetState() != DownloadItem::IN_PROGRESS)) {
672 if (it->second->GetState() == DownloadItem::IN_PROGRESS)
682 if (it->second->GetState() == DownloadItem::IN_PROGRESS &&
  /external/chromium_org/chrome/browser/local_discovery/
privetv3_crypto_provider.h 20 IN_PROGRESS,
privetv3_crypto_provider.cc 54 : state_(IN_PROGRESS) {
71 DCHECK(state_ == IN_PROGRESS);
  /external/chromium_org/chrome/browser/download/
download_status_updater.cc 73 if ((*it)->GetState() == content::DownloadItem::IN_PROGRESS) {
107 if (item->GetState() == content::DownloadItem::IN_PROGRESS) {
117 if (item->GetState() == content::DownloadItem::IN_PROGRESS) {
download_item_model_unittest.cc 76 .WillByDefault(Return(DownloadItem::IN_PROGRESS));
94 DownloadItem::IN_PROGRESS :
298 // that is in IN_PROGRESS state. Go through all of them and check the return
390 { DownloadItem::IN_PROGRESS, false, false, false, false},
391 { DownloadItem::IN_PROGRESS, false, true , false, true },
392 { DownloadItem::IN_PROGRESS, true , false, false, false},
393 { DownloadItem::IN_PROGRESS, true , true , false, false},
download_ui_controller.cc 41 // The Android DownloadController is only interested in IN_PROGRESS downloads.
44 if (item->GetState() != content::DownloadItem::IN_PROGRESS)
download_service.cc 111 if ((*it)->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/components/proximity_auth/
connection.h 25 IN_PROGRESS,
bluetooth_connection.cc 44 SetStatus(IN_PROGRESS);
140 if (status() != IN_PROGRESS) {
connection_unittest.cc 98 connection.SetStatus(Connection::IN_PROGRESS);
104 connection.SetStatus(Connection::IN_PROGRESS);
208 connection.SetStatus(Connection::IN_PROGRESS);
bluetooth_connection_unittest.cc 122 EXPECT_CALL(*connection, SetStatusProxy(Connection::IN_PROGRESS));
127 EXPECT_EQ(Connection::IN_PROGRESS, connection->status());
138 EXPECT_CALL(*connection, SetStatusProxy(Connection::IN_PROGRESS));
222 EXPECT_CALL(connection, SetStatusProxy(Connection::IN_PROGRESS));
262 EXPECT_CALL(connection, SetStatusProxy(Connection::IN_PROGRESS));
383 EXPECT_CALL(connection, SetStatusProxy(Connection::IN_PROGRESS));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceStatus.java 35 public static final int IN_PROGRESS = 1;
121 if (statusCode != 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/content/public/browser/
download_item.h 55 IN_PROGRESS = 0,
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 260 // State for the download. Note that IN_PROGRESS downloads will be created
363 " \"previous\": \"in_progress\","
462 1u, observer->NumDownloadsSeenInState(DownloadItem::IN_PROGRESS));
484 EXPECT_EQ(1u, observer->NumDownloadsSeenInState(DownloadItem::IN_PROGRESS));
492 if ((*iter)->GetState() == DownloadItem::IN_PROGRESS) {
493 // There should be only one IN_PROGRESS item.
655 return item->GetState() != DownloadItem::IN_PROGRESS;
686 if ((*item)->GetState() == DownloadItem::IN_PROGRESS)
765 return item->GetState() == DownloadItem::IN_PROGRESS;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc 62 .WillRepeatedly(testing::Return(content::DownloadItem::IN_PROGRESS));
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_service.h 243 IN_PROGRESS,
  /external/chromium_org/chrome/browser/plugins/
plugin_installer.cc 33 case DownloadItem::IN_PROGRESS:

Completed in 423 milliseconds

1 2 3 4 5