HomeSort by relevance Sort by last modified time
    Searched full:session (Results 1076 - 1100 of 4514) sorted by null

<<41424344454647484950>>

  /prebuilts/maven_repo/android/com/android/support/support-v4/23.1.0/
support-v4-23.1.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/23.1.1/
support-v4-23.1.1-sources.jar 
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 364 """The first sl4a session initiated on this device. None if there isn't
388 If multiple connections exist for the same session, only one connection
444 on the same session is made for EventDispatcher, and the dispatcher is
449 handle_event: True if this droid session will need to handle
480 """Return an EventDispatcher for an sl4a session
483 droid: Session to create EventDispatcher for.
486 ed: An EventDispatcher for specified session.
604 """Start a new session in sl4a.
614 existing uid to a new session.
619 "new session. Abort.")
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
WifiNanStateManager.java 375 Log.d(TAG, "Create session");
384 Log.d(TAG, "Destroy session");
435 Log.d(TAG, "Stop session");
560 WifiNanSessionState session = info.mClient.getSession(sessionId); local
561 if (session == null) {
563 "getAndRegisterSessionTransactionId: no session exists for uid=" + uid
566 info.mSession = session;
609 WifiNanSessionState session = mClients.valueAt(i) local
611 if (session != null) {
612 return session;
953 WifiNanSessionState session = getNanSessionStateForPubSubId(publishId); local
1009 WifiNanSessionState session = getNanSessionStateForPubSubId(subscribeId); local
1082 WifiNanSessionState session = getNanSessionStateForPubSubId(pubSubId); local
1102 WifiNanSessionState session = getNanSessionStateForPubSubId(pubSubId); local
    [all...]
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/
alldiffs_index_additions.html 66 &nbsp;&nbsp;<nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(android.support.v4.media.session.PlaybackStateCompat.CustomAction)" class="hiddenlink" target="rightframe">type&nbsp;<b>
67 (<code>CustomAction</code>)</b>&nbsp;in&nbsp;android.support.v4.media.session.PlaybackStateCompat.Builder
70 &nbsp;&nbsp;<nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(java.lang.String, java.lang.String, int)" class="hiddenlink" target="rightframe">type&nbsp;<b>
71 (<code>String, String, int</code>)</b>&nbsp;in&nbsp;android.support.v4.media.session.PlaybackStateCompat.Builder
145 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html#android.support.v4.media.session.PlaybackStateCompat.CustomAction.fromCustomAction_added(java.lang.Object)" class="hiddenlink" target="rightframe"><b>fromCustomAction</b>
162 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html#android.support.v4.media.session.PlaybackStateCompat.getActiveQueueItemId (…)
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingSession.java 66 * When operating in the input role, the session will block execution after
69 * publish the input secret to the session via
134 * Context for the pairing session.
141 * If this session is acting as a server, this message will be sent to the
149 * Encoding scheme used for the session.
164 * Configuration message for current session.
176 * Internal state of the pairing session.
187 * Flag set when the session should be aborted.
200 * @param pairingContext a PairingContext for the session
305 * only be called before the session has started
    [all...]
  /external/iproute2/ip/
ipl2tp.c 65 int session:1; member in struct:l2tp_parm
222 printf("Session %u in tunnel %u\n",
224 printf(" Peer session %u, tunnel %u\n",
473 fprintf(stderr, "Usage: ip l2tp add session [ name NAME ]\n");
480 fprintf(stderr, " ip l2tp del session tunnel_id ID session_id ID\n");
482 fprintf(stderr, " ip l2tp show session [ tunnel_id ID ] [ session_id ID ]\n");
612 } else if (strcmp(*argv, "session") == 0) {
613 p->session = 1;
636 if (!p.tunnel && !p.session)
637 missarg("tunnel or session");
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
FormAuthenticator.java 64 * are associated with the session.</p>
193 HttpSession session = ((HttpServletRequest)request).getSession(true); local
195 session.setAttribute(SessionAuthentication.__J_AUTHENTICATED, cached);
216 HttpSession session = request.getSession(true);
227 session = request.getSession(true);
232 synchronized(session)
234 nuri = (String) session.getAttribute(__J_URI);
273 Authentication authentication = (Authentication) session.getAttribute(SessionAuthentication.__J_AUTHENTICATED);
282 session.removeAttribute(SessionAuthentication.__J_AUTHENTICATED);
286 String j_uri=(String)session.getAttribute(__J_URI)
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/media/
MediaControlConstants.html 265 <p>These constants define extras that can be added to a <code><a href="/reference/android/media/session/MediaSession.html">MediaSession</a></code>, or to custom
266 actions within a session, to customise the appearance and functions of the associated media
269 <p>These extras can be added to either a session on the companion device (to affect the
270 media controls that appear on Wear automatically) or a session created on the wearable
287 extras on the session as in this example:
325 <p>Key for a boolean extra that can be added to a <code><a href="/reference/android/media/session/MediaSession.html">MediaSession</a></code> to cause the background
338 <p>Key for a boolean extra that can be added to a <code><a href="/reference/android/media/session/PlaybackState.CustomAction.html">PlaybackState.CustomAction</a></code> to allow
351 <p>Key for a boolean extra that can be added to a <code><a href="/reference/android/media/session/MediaSession.html">MediaSession</a></code> to ensure that the space
364 <p>Key for a boolean extra that can be added to a <code><a href="/reference/android/media/session/MediaSession.html">MediaSession</a></code> to ensure that the space
731 <p>Key for a boolean extra that can be added to a <code><a href="/reference/android/media/session/MediaSession.html">MediaSession</a></code> to cause the backgroun
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/22.2.0/
support-v4-22.2.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/22.2.1/
support-v4-22.2.1-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/23.0.0/
support-v4-23.0.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/23.0.1/
support-v4-23.0.1-sources.jar 
  /external/autotest/client/tests/dbt2/
pgpool.conf 60 # situation and resolve the deadlock by aborting current session.
71 # Semicolon separated list of queries to be issued at the end of a session
72 reset_query_list = 'ABORT; RESET ALL; SET SESSION AUTHORIZATION DEFAULT'
  /external/autotest/client/tests/kvm/tests/
balloon_check.py 72 session = vm.wait_for_login(timeout=timeout)
103 # Close stablished session
104 session.close()
  /external/autotest/client/virt/tests/
file_transfer.py 25 session = vm.wait_for_login(timeout=login_timeout)
77 session.cmd("%s %s" % (clean_cmd, guest_path))
84 session.close()
  /external/autotest/server/site_tests/network_WiFi_Perf/
network_WiFi_Perf.py 59 session = netperf_session.NetperfSession(self.context.client,
64 session.warmup_stations()
72 results = session.run(config)
  /external/google-breakpad/src/third_party/curl/
easy.h 39 * Request internal information from the curl session with this function. The
55 * Creates a new curl session handle with the same options set for the handle
72 * It does keep: live connections, the Session ID cache, the DNS cache and the
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
ExecutionDataReader.java 49 * Sets an listener for session information.
52 * visitor to retrieve session info events
134 throw new IOException("No session info visitor.");
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/
ExecFileLoader.java 38 * New instance to combine session infos and execution data from multiple
123 * Returns the session info store with all loaded sessions.
125 * @return session info store
  /external/jetty/src/java/org/eclipse/jetty/server/session/jmx/
AbstractSessionManagerMBean.java 19 package org.eclipse.jetty.server.session.jmx;
24 import org.eclipse.jetty.server.session.AbstractSessionManager;
25 import org.eclipse.jetty.server.session.SessionHandler;
  /external/libmicrohttpd/src/microspdy/
daemon.h 43 * @param nscb callback called when a new SPDY session is
45 * @param sccb callback called when a client closes the session
111 * @param all add all session's descriptors to write_fd_set or not
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
NlstCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
51 def actualLines = session.sentData[0].tokenize(endOfLine()) as Set
59 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
  /external/ppp/pppd/
session.c 2 * session.c - PPP session control.
86 #include "session.h"
95 #define SUCCESS_MSG "Session started successfully"
96 #define ABORT_MSG "Session can't be started without a username"
102 /* We have successfully started a session */
256 * try to perform the session checks.
263 * the session check, because they don't make sense.
275 /* Any other error means session is rejected */
285 /* Only open a session if the user's account was found *
    [all...]
  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 88 * Starts the add account session by prompting the user for account information
89 * and return a Bundle containing data to finish the session later.
101 * Finishes the session started by startAddAccountSession(...) or

Completed in 2141 milliseconds

<<41424344454647484950>>