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

1 2

  /frameworks/support/customtabs/tests/src/android/support/customtabs/
TestCustomTabsService.java 39 protected boolean newSession(CustomTabsSessionToken sessionToken) {
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
AbstractSessionContextTest.java 47 SslSessionWrapper a = newSession("a");
48 SslSessionWrapper b = newSession("b");
59 SslSessionWrapper a = newSession("a");
60 SslSessionWrapper b = newSession("b");
61 SslSessionWrapper c = newSession("c");
62 SslSessionWrapper d = newSession("d");
77 SslSessionWrapper a = newSession("a");
78 SslSessionWrapper b = newSession("b");
79 SslSessionWrapper c = newSession("c");
80 SslSessionWrapper d = newSession("d")
    [all...]
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsClient.java 187 public CustomTabsSession newSession(final CustomTabsCallback callback) {
240 if (!mService.newSession(wrapper)) return null;
CustomTabsService.java 91 public boolean newSession(ICustomTabsCallback callback) {
104 return CustomTabsService.this.newSession(sessionToken);
191 protected abstract boolean newSession(CustomTabsSessionToken sessionToken);
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 537 public void onCallTransferring(SipSession newSession,
540 + mSipSession + " newSession=" + newSession);
541 mTransferringSession = newSession;
544 newSession.makeCall(newSession.getPeerProfile(),
548 newSession.answerCall(answer, SESSION_TIMEOUT);
552 newSession.endCall();
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 213 s, err := newSession(appdir, args, opts)
278 func newSession(appdir string, args []string, opts options) (*lldbSession, error) {
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 213 s, err := newSession(appdir, args, opts)
278 func newSession(appdir string, args []string, opts options) (*lldbSession, error) {
  /frameworks/base/services/autofill/java/com/android/server/autofill/
AutofillManagerServiceImpl.java 291 final Session newSession = createSessionByTokenLocked(activityToken, uid, appCallbackToken,
293 if (newSession == null) {
298 "id=" + newSession.id + " uid=" + uid + " s=" + mInfo.getServiceInfo().packageName
303 newSession.updateLocked(autofillId, virtualBounds, value, ACTION_START_SESSION, flags);
305 return newSession.id;
403 final Session newSession = new Session(this, mUi, mContext, mHandlerCaller, mUserId, mLock,
406 mSessions.put(newSession.id, newSession);
408 return newSession;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 391 ConvertSession *newSession = new ConvertSession();
393 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) {
394 convertSessionMap.addValue(convertId, newSession);
398 delete newSession;
  /frameworks/base/telecomm/java/android/telecom/Logging/
SessionManager.java 152 Session newSession = new Session(getNextSessionID(), shortMethodName,
154 mSessionMapper.put(threadId, newSession);
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 167 ACameraCaptureSession* newSession = new ACameraCaptureSession(
171 newSession->incStrong((void *) ACameraDevice_createCaptureSession);
172 mCurrentSession = newSession;
174 *session = newSession;
    [all...]
  /frameworks/av/media/mtp/
MtpDevice.cpp 334 MtpSessionID newSession = 1;
336 mRequest.setParameter(1, newSession);
341 newSession = mResponse.getParameter(1);
345 mSessionID = newSession;
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 290 private synchronized void addSipSession(SipSessionImpl newSession) {
291 removeSipSession(newSession);
292 String key = newSession.getCallId();
293 mSessionMap.put(key, newSession);
294 if (isLoggable(newSession)) {
425 SipSessionImpl newSession = new SipSessionImpl(listener);
426 newSession.mServerTransaction = transaction;
427 newSession.mState = newState;
428 newSession.mDialog = newSession.mServerTransaction.getDialog()
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionSessionConnection.java 563 mService.newSession(mToken, mShowArgs, mShowFlags);
  /prebuilts/sdk/current/support/customtabs/
android-support-customtabs.jar 
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 182 public Session newSession(Callbacks callbacks) {
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 647 CameraCaptureSessionCore newSession = null;
649 newSession = new CameraConstrainedHighSpeedCaptureSessionImpl(mNextSessionId++,
653 newSession = new CameraCaptureSessionImpl(mNextSessionId++, input,
659 mCurrentSession = newSession;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/
aws-java-sdk-sts-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-aether-provider/3.3.9/
maven-aether-provider-3.3.9.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 936 milliseconds

1 2