HomeSort by relevance Sort by last modified time
    Searched refs:Session (Results 251 - 275 of 309) sorted by null

<<111213

  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioModeStateMachine.java 34 public Session session; field in class:CallAudioModeStateMachine.MessageArgs
38 Session session) {
44 this.session = session;
48 this.session = Log.createSubsession();
59 ", session=" + session +
500 Log.continueSession(((MessageArgs) msg.obj).session, "CAMSM.pM_" + msg.what)
    [all...]
CallAudioRouteStateMachine.java 153 if (msg.obj != null && msg.obj instanceof Session) {
155 Log.continueSession((Session) msg.obj, "CARSM.pM_" + messageCodeName);
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 255 private final LinkedHashMap<String, Session> mSessions = new LinkedHashMap<String, Session>();
4145 Session session = (Session)msg.obj; local
    [all...]
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
BasePackageInstallTest.java 56 private PackageInstaller.Session mSession;
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputManagerTest.java 290 public Session onCreateSession(String inputId) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
document.py 189 session = requests.Session()
190 session.proxies = self.proxy
196 session.mount('http://', adapter)
197 session.mount('https://', adapter)
199 resp = session.post(url, data=sdf, headers={'Content-Type': 'application/json'})
search.py 210 self.session = requests.Session()
220 self.session.proxies['http'] = self.domain.layer1.get_proxy_url_with_auth()
343 resp = self.session.get(url, params=params)
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 201 const DIASession &Session;
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstCaptureCommand.java 73 * @param frameServer the {@link FrameServer} instance for creating session
112 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) {
150 session.submitRequest(Arrays.asList(photoRequest.build()),
  /packages/apps/Settings/src/com/android/settings/applications/
AppInfoBase.java 62 protected ApplicationsState.Session mSession;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 70 // TODO: Make each spell checker session has its own session id.
135 public Session createSession() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audiopolicy.h     [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 177 : Session(PDBSession), Symbol(DiaSymbol) {}
359 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
377 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
396 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
405 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/session/
JDBCSessionIdManager.java 19 package org.eclipse.jetty.server.session;
58 * SessionIdManager implementation that uses a database to store in-use session ids,
371 public void addSession(HttpSession session)
373 if (session == null)
378 String id = ((JDBCSessionManager.Session)session).getClusterId();
386 LOG.warn("Problem storing session id="+id, e);
391 public void removeSession(HttpSession session)
393 if (session == null)
396 removeSession(((JDBCSessionManager.Session)session).getClusterId())
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 58 * This class represents an active client session. There is generally one
59 * Session object per process that is interacting with the window manager.
61 final class Session extends IWindowSession.Stub
75 public Session(WindowManagerService service, IWindowSessionCallback callback,
85 sb.append("Session{");
140 Slog.wtf(TAG_WM, "Window Session Crash", e);
552 TAG_WM, " NEW SURFACE SESSION " + mSurfaceSession);
574 TAG_WM, " KILL SURFACE SESSION " + mSurfaceSession);
578 Slog.w(TAG_WM, "Exception thrown when killing surface session "
579 + mSurfaceSession + " in session " + thi
    [all...]
WindowManagerService.java 398 final ArraySet<Session> mSessions = new ArraySet<>();
716 Session mHoldingScreenOn;
8518 Session session = (Session)msg.obj; local
8670 Session session = new Session(this, callback, client, inputContext); local
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 16 package org.mockftpserver.core.session;
51 * Default implementation of the {@link Session} interface.
56 public class DefaultSession implements Session {
96 * Return the InetAddress representing the client host for this session
99 * @see org.mockftpserver.core.session.Session#getClientHost()
106 * Return the InetAddress representing the server host for this session
109 * @see org.mockftpserver.core.session.Session#getServerHost()
150 * @see org.mockftpserver.core.session.Session#openDataConnection()
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 16 package org.mockftpserver.core.session;
50 * Default implementation of the {@link Session} interface.
56 public class DefaultSession implements Session {
96 * Return the InetAddress representing the client host for this session
100 * @see org.mockftpserver.core.session.Session#getClientHost()
107 * Return the InetAddress representing the server host for this session
111 * @see org.mockftpserver.core.session.Session#getServerHost()
152 * @see org.mockftpserver.core.session.Session#openDataConnection()
    [all...]
  /packages/apps/Settings/src/com/android/settings/datausage/
UnrestrictedDataAccess.java 52 private ApplicationsState.Session mSession;
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
TunerSession.java 51 * Provides a USB tuner TV input session. It handles Overlay UI works. Main tuner input functions
54 public class TunerSession extends TvInputService.Session implements Handler.Callback {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementFragment.java 53 private ApplicationsState.Session mSession;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
BackupAppsStepFragment.java 50 private ApplicationsState.Session mSession;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 45 ATTRIBUTE Ascend-Session-Svr-Key 151 string
287 VALUE Ascend-Event-Type Ascend-Session-Event 2
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 270 PackageInstaller.Session session = null;
277 session = packageInstaller.openSession(sessionId);
281 final OutputStream out = session.openWrite("PackageInstaller", 0, sizeBytes);
288 session.addProgress(fraction);
291 session.fsync(out);
304 session.commit(pendingIntent.getIntentSender());
308 IoUtils.closeQuietly(session);
  /device/google/contexthub/contexthubhal/
system_comms.cpp 516 // 1st session that handles the message terminates the loop
519 Session *session = pos->second; local
520 status = session->handleRx(buf);
522 session->complete();
551 // all APP-modifying commands share session key, to ensure they can't happen at the same time

Completed in 538 milliseconds

<<111213