HomeSort by relevance Sort by last modified time
    Searched defs:online (Results 1 - 7 of 7) sorted by null

  /external/smack/src/org/jivesoftware/smackx/pubsub/
PresenceState.java 24 chat, online, away, xa, dnd enum constant in enum:PresenceState
  /external/chromium/chrome/browser/sync/engine/
all_status.cc 84 const bool online = status_.authenticated && local
86 if (online) {
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 61 private boolean online = false; field in class:AgentSession
185 * Returns true if the agent is online with the workgroup.
187 * @return true if the agent is online with the workgroup.
190 return online;
242 * Sets whether the agent is online with the workgroup. If the user tries to go online with
246 * @param online true to set the agent as online with the workgroup.
247 * @throws XMPPException if an error occurs setting the online status.
249 public void setOnline(boolean online) throws XMPPException {
    [all...]
  /system/core/adb/
adb.h 187 int online; member in struct:atransport
  /system/core/charger/
charger.c 86 bool online; member in struct:power_supply
331 const char *path, bool online)
343 supply->online = online;
346 LOGV("... added %s %s %d\n", supply->name, supply->type, online);
420 int online; local
447 online = atoi(uevent->ps_online);
450 was_online = supply->online;
451 supply->online = online;
    [all...]
  /bionic/libc/kernel/common/linux/spi/
cpcap.h 589 int online; member in struct:cpcap_batt_ac_data
592 int online; member in struct:cpcap_batt_usb_data
  /external/kernel-headers/original/linux/spi/
cpcap.h 545 int online; member in struct:cpcap_batt_ac_data
549 int online; member in struct:cpcap_batt_usb_data
769 void cpcap_batt_set_ac_prop(struct cpcap_device *cpcap, int online);
771 void cpcap_batt_set_usb_prop_online(struct cpcap_device *cpcap, int online,

Completed in 535 milliseconds