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

1 2 3

  /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/
device_description.h 21 OFFLINE,
device_description.cc 23 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/local_discovery/wifi/
bootstrapping_device_lister.h 21 OFFLINE,
bootstrapping_device_lister.cc 35 {'F', BootstrappingDeviceDescription::OFFLINE},
bootstrapping_device_lister_unittest.cc 140 BootstrappingDeviceDescription::OFFLINE));
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 24 const char kNetworkStateOffline[] = "offline";
48 return NetworkStateInformer::OFFLINE;
83 return NetworkStateInformer::OFFLINE;
89 : state_(OFFLINE),
155 case OFFLINE:
network_state_informer.h 37 OFFLINE = 0,
app_launch_splash_screen_handler.cc 170 case NetworkStateInformer::OFFLINE: {
signin_screen_handler.cc 89 // Timeout to delay first notification about offline state for a
496 // Skip "update" notification about OFFLINE state from
499 if ((state == NetworkStateInformer::OFFLINE || has_pending_auth_ui_) &&
513 if ((state == NetworkStateInformer::OFFLINE && !force_update) ||
561 // Hide offline message (if needed) and return if current screen is
615 // error screen (offline, proxy).
    [all...]
  /external/chromium_org/remoting/host/
host_status_sender.cc 37 {"OFFLINE", "ONLINE"};
72 SendHostStatus(OFFLINE, exit_code);
110 if (status == OFFLINE) {
154 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 120 ValidateHostStatusStanza(stanza.get(), HostStatusSender::OFFLINE);
141 EXPECT_EQ("OFFLINE",
180 if (status == HostStatusSender::OFFLINE) {
181 message += "OFFLINE";
server_log_entry_host.cc 68 if (host_status == HostStatusSender::OFFLINE)
  /external/smack/src/org/jivesoftware/smackx/provider/
MessageEventProvider.java 65 if (parser.getName().equals(MessageEvent.OFFLINE))
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 170 assertPrecedence(StatusUpdates.OFFLINE);
183 assertResource(StatusUpdates.OFFLINE);
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 150 : connection_state_(OFFLINE),
892 case OFFLINE:
893 return "offline";
908 bool changed = ChangeState(OFFLINE);
909 DCHECK(changed) << "Falling offline from offline is now allowed";
936 if (connection_state_ == OFFLINE) {
printer.h 49 OFFLINE,
205 // Changes state to OFFLINE and posts TryReconnect.
  /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/ui/file_manager/file_manager/foreground/js/
volume_manager_wrapper.js 211 type: VolumeManagerCommon.DriveConnectionType.OFFLINE,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 567 } else if (deviceState == DeviceState.OFFLINE) {
568 return "Offline";

Completed in 371 milliseconds

1 2 3