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

1 2 3

  /cts/tests/tests/app/src/android/app/backup/cts/
BackupAgentTest.java 30 BackupAgent agent = new TestBackupAgent(); local
31 agent.onCreate();
32 agent.onDestroy();
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
OfferConfirmationListener.java 19 package org.jivesoftware.smackx.workgroup.agent;
AgentRosterListener.java 20 package org.jivesoftware.smackx.workgroup.agent;
OfferContent.java 20 package org.jivesoftware.smackx.workgroup.agent;
24 * the agent is getting an offer.
32 * most common type of offers an agent should receive.
40 * agent. This type of offer include the room to join, metadata sent by the user while joining
41 * the queue and the reason why the agent is being invited.
43 * @return true if the content of the offer is related to a room invitation made by another agent.
49 * agent. This type of offers include the room to join, metadata sent by the user while joining the
50 * queue and the reason why the agent is receiving the transfer offer.
52 * @return true if the content of the offer is related to a service transfer made by another agent.
OfferListener.java 20 package org.jivesoftware.smackx.workgroup.agent;
28 * @see org.jivesoftware.smackx.workgroup.agent.AgentSession
QueueUsersListener.java 20 package org.jivesoftware.smackx.workgroup.agent;
InvitationRequest.java 20 package org.jivesoftware.smackx.workgroup.agent;
23 * Request sent by an agent to invite another agent or user.
TranscriptManager.java 20 package org.jivesoftware.smackx.workgroup.agent;
TransferRequest.java 20 package org.jivesoftware.smackx.workgroup.agent;
23 * Request sent by an agent to transfer a support session to another agent or user.
UserRequest.java 20 package org.jivesoftware.smackx.workgroup.agent;
23 * Requests made by users to get support by some agent.
Agent.java 20 package org.jivesoftware.smackx.workgroup.agent;
34 * The <code>Agent</code> class is used to represent one agent in a Workgroup Queue.
38 public class Agent {
63 * Constructs an Agent.
65 Agent(Connection connection, String workgroupJID) {
107 * Changes the name of the agent in the server. The server may have this functionality
108 * disabled for all the agents or for this agent in particular. If the agent is not
112 * @param newName the new name of the agent.
    [all...]
RevokedOffer.java 20 package org.jivesoftware.smackx.workgroup.agent;
TranscriptSearchManager.java 20 package org.jivesoftware.smackx.workgroup.agent;
Offer.java 20 package org.jivesoftware.smackx.workgroup.agent;
31 * A class embodying the semantic agent chat offer; specific instances allow the acceptance or
58 * @param agentSession the agent session instance through which this offer was issued.
134 * The date when the offer will expire. The agent must {@link #accept()}
136 * routed to another agent. Alternatively, the agent can {@link #reject()}
174 * Returns true if the agent accepted this offer.
176 * @return true if the agent accepted this offer.
183 * Return true if the agent rejected this offer.
185 * @return true if the agent rejected this offer.
    [all...]
OfferConfirmation.java 20 package org.jivesoftware.smackx.workgroup.agent;
WorkgroupQueue.java 20 package org.jivesoftware.smackx.workgroup.agent;
75 * an agent.
88 * an agent (QueueUser instances).
105 * routed to an agent. If average wait time info isn't available, -1 will
  /external/nist-sip/java/gov/nist/javax/sip/header/
Warning.java 59 protected String agent; field in class:Warning
79 + agent
84 : Integer.toString(code) + SP + agent;
96 * Gets agent host of WarningHeader
97 * @return agent host of WarningHeader
100 return agent;
134 this.agent = host;
  /external/webkit/Source/WebCore/page/
NavigatorBase.cpp 81 // Version is everything in the user agent string past the "Mozilla/" prefix.
82 const String& agent = userAgent(); local
83 return agent.substring(agent.find('/') + 1);
  /external/webkit/Tools/DumpRenderTree/chromium/
DRTDevToolsAgent.cpp 87 WebDevToolsAgent* agent = webDevToolsAgent(); local
88 if (agent)
89 agent->dispatchOnInspectorBackend(args);
94 WebDevToolsAgent* agent = webDevToolsAgent(); local
95 if (agent)
96 agent->frontendLoaded();
111 WebDevToolsAgent* agent = webDevToolsAgent(); local
112 if (agent)
113 agent->attach();
119 WebDevToolsAgent* agent = webDevToolsAgent() local
132 WebDevToolsAgent* agent = webDevToolsAgent(); local
141 WebDevToolsAgent* agent = webDevToolsAgent(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
  /bionic/libthread_db/
libthread_db.c 41 td_thragent_t * agent; local
43 agent = (td_thragent_t *)malloc(sizeof(td_thragent_t));
44 if (!agent) {
48 agent->pid = ps_getpid(proc_handle);
49 agent->ph = proc_handle;
50 *agent_out = agent;
68 td_ta_set_event(td_thragent_t const * agent, td_thr_events_t * events)
128 td_ta_event_getmsg(td_thragent_t const * agent, td_event_msg_t * event)
138 err = td_ta_thr_iter(agent, _event_getmsg_helper, bkpt_addr, 0, 0, NULL, 0);
151 td_ta_map_lwp2thr(td_thragent_t const * agent, lwpid_t lwpid
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 384 var agent = navigator['userAgent'].toLowerCase(); variable
385 var mac = agent.indexOf("macintosh") != -1;
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 403 var agent = navigator['userAgent'].toLowerCase(); variable
404 var mac = agent.indexOf("macintosh") != -1;
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.cpp 89 DebuggerAgentImpl* agent = it->second; local
90 s_pageDeferrers.set(agent->webView(), new WebCore::PageGroupLoadDeferrer(agent->page(), true));
91 views.append(agent->webView());
92 agent->webView()->setIgnoreInputEvents(true);
157 // Remove all breakpoints set by the agent.
212 DebuggerAgentImpl* agent = debuggerAgentForHostId(hostId); local
213 if (agent) {
214 if (agent->autoContinueOnException()
220 agent->debuggerOutput(out)
    [all...]
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 112 td_thragent_t * agent; local
194 agent = (td_thragent_t *)malloc(sizeof(td_thragent_t));
195 if (!agent) {
199 agent->pid = proc_handle->pid;
200 *agent_out = agent;
207 td_ta_set_event(td_thragent_t const * agent, td_thr_events_t * events)
233 td_ta_event_getmsg(td_thragent_t const * agent, td_event_msg_t * event)
243 err = td_ta_thr_iter(agent, _event_getmsg_helper, bkpt_addr, 0, 0, NULL, 0);
275 td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify_out)
298 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie
    [all...]

Completed in 288 milliseconds

1 2 3