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

1 2 3 4

  /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...]
  /external/chromium_org/sandbox/win/src/
target_interceptions.cc 57 InterceptionAgent* agent = InterceptionAgent::GetInterceptionAgent(); local
59 if (agent) {
60 if (!agent->OnDllLoad(file_name, module_name, *base)) {
61 // Interception agent is demanding to un-map the module.
92 InterceptionAgent* agent = InterceptionAgent::GetInterceptionAgent();
94 if (agent)
95 agent->OnDllUnload(base);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
NavigatorID.cpp 55 // Version is everything in the user agent string past the "Mozilla/" prefix.
56 const String& agent = navigator->userAgent(); local
57 return agent.substring(agent.find('/') + 1);
  /external/chromium_org/content/renderer/devtools/
devtools_agent_filter.cc 28 virtual WebDevToolsAgent* agent() { function in class:content::__anon8135::MessageImpl
29 DevToolsAgent* agent = DevToolsAgent::FromHostId(host_id); local
30 if (!agent)
32 return agent->GetWebAgent();
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler_browsertest.cc 68 DevToolsAgentHost* agent = DevToolsAgentHost::GetOrCreateFor(rvh).get(); local
70 new RendererOverridesHandler(agent));
  /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/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/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerDebuggerAgent.cpp 105 WorkerDebuggerAgent* agent = workerDebuggerAgents().get(thread); local
106 if (agent)
107 agent->m_scriptDebugServer->interruptAndRunTask(adoptPtr(new RunInspectorCommandsTask(thread, agent->m_inspectedWorkerGlobalScope)));
  /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/chromium_org/third_party/libjingle/source/talk/base/
autodetectproxy.cc 98 // Save the user agent and the number of auto-detection passes that we
100 char agent[kSavedStringLimit]; local
101 SaveStringToStack(agent, agent_, sizeof agent);
135 LOG(LS_SENSITIVE) << agent << " " << next << " " << type << " "
238 "User-Agent: ");

Completed in 322 milliseconds

1 2 3 4