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

1 2

  /external/chromium_org/content/browser/loader/
offline_policy.cc 28 if (enabled_ && OFFLINE == state_ && 0 != resource_loads_initiated_) {
40 // Don't do anything if offline mode is disabled.
65 case OFFLINE:
74 // Don't do anything if offline mode is disabled.
88 state_ = OFFLINE;
offline_policy.h 41 // Incorporate online/offline information from a successfully started request.
46 enum State { INIT, ONLINE, OFFLINE };
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPresenceIconUtil.java 33 // We don't show the offline status in Contacts
42 case StatusUpdates.OFFLINE:
43 // The undefined status is treated as OFFLINE in getPresenceIconResourceId();
ContactStatusUtil.java 40 case StatusUpdates.OFFLINE:
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactPresenceIconUtil.java 33 // We don't show the offline status in Contacts
42 case StatusUpdates.OFFLINE:
43 // The undefined status is treated as OFFLINE in getPresenceIconResourceId();
  /external/chromium_org/chrome/browser/local_discovery/
privet_device_lister.h 20 OFFLINE,
privet_device_lister_impl.cc 136 return DeviceDescription::OFFLINE;
  /external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java 34 * <li>Offline<br>
35 * Indicates that the message has been stored offline by the intended recipient's server. This
36 * event is triggered only if the intended recipient's server supports offline storage, has that
37 * support enabled, and the recipient is offline when the server receives the message for delivery.</li>
61 public static final String OFFLINE = "offline";
67 private boolean offline = false; field in class:MessageEvent
134 * when the receiver of the message is offline.
135 * When the message is a notification returns if the receiver of the message was offline.
137 * @return true if the sender is requesting to be notified when offline or when notifying
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 23 : state_(OFFLINE),
99 State new_state = OFFLINE;
173 return OFFLINE;
network_state_informer.h 39 OFFLINE = 0,
signin_screen_handler.cc 90 // Timeout to delay first notification about offline state for a
123 const char kNetworkStateOffline[] = "offline";
141 case NetworkStateInformer::OFFLINE:
592 // Skip "update" notification about OFFLINE state from
595 if ((state == NetworkStateInformer::OFFLINE || has_pending_auth_ui_) &&
610 if ((state == NetworkStateInformer::OFFLINE && !force_update) ||
655 // Hide offline message (if needed) and return if current screen is
713 // error screen (offline, proxy).
    [all...]
  /external/chromium_org/remoting/host/
host_status_sender.cc 36 {"OFFLINE", "ONLINE"};
71 SendHostStatus(OFFLINE, exit_code);
109 if (status == OFFLINE) {
153 if (status == OFFLINE)
host_status_sender.h 36 // rem:status="OFFLINE" rem:exit-code="INVALID_HOST_CONFIGURATION"
54 OFFLINE = 0,
71 // status: the reason (exit code) why the host is offline.
80 // Helper method for sending either an online or an offline status message.
host_status_sender_unittest.cc 121 ValidateHostStatusStanza(stanza.get(), HostStatusSender::OFFLINE);
142 EXPECT_EQ("OFFLINE",
181 if (status == HostStatusSender::OFFLINE) {
182 message += "OFFLINE";
server_log_entry.cc 98 if (host_status == HostStatusSender::OFFLINE)
  /external/smack/src/org/jivesoftware/smackx/provider/
MessageEventProvider.java 65 if (parser.getName().equals(MessageEvent.OFFLINE))
  /external/chromium/chrome/browser/sync/engine/
all_status.cc 19 { sync_api::SyncManager::Status::OFFLINE };
98 status_.summary = sync_api::SyncManager::Status::OFFLINE;
syncapi.h 665 OFFLINE,
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 120 connection_state_(OFFLINE),
188 ChangeState(OFFLINE);
389 ChangeState(OFFLINE);
396 ChangeState(OFFLINE);
442 ChangeState(OFFLINE);
747 case OFFLINE:
748 return "offline";
781 case OFFLINE:
printer.h 91 OFFLINE,
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 170 assertPrecedence(StatusUpdates.OFFLINE);
183 assertResource(StatusUpdates.OFFLINE);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 80 String.valueOf(StatusUpdates.getPresenceIconResourceId(StatusUpdates.OFFLINE)))
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
volume_manager.js 39 type: VolumeManager.DriveConnectionType.OFFLINE,
110 OFFLINE: 'offline', // Connection is offline or drive is unavailable.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 565 } else if (deviceState == DeviceState.OFFLINE) {
566 return "Offline";

Completed in 399 milliseconds

1 2