Home
last modified time | relevance | path

Searched refs:newSession (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java252 if (newSession != null && mExecutor != null) { in callSessionMergeStarted()
253 newSession.setDefaultExecutor(mExecutor); in callSessionMergeStarted()
286 if (newSession != null && mExecutor != null) { in callSessionMergeComplete()
287 newSession.setDefaultExecutor(mExecutor); in callSessionMergeComplete()
290 newSession.getServiceImpl() : null); in callSessionMergeComplete()
305 mListener.callSessionMergeComplete(newSession); in callSessionMergeComplete()
376 if (newSession != null && mExecutor != null) { in callSessionConferenceExtended()
377 newSession.setDefaultExecutor(mExecutor); in callSessionConferenceExtended()
380 newSession != null ? newSession.getServiceImpl() : null, profile); in callSessionConferenceExtended()
424 if (newSession != null && mExecutor != null) { in callSessionConferenceExtendReceived()
[all …]
H A DImsCallSession.java231 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument
289 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() argument
308 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived() argument
1384 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument
1396 public void callSessionMergeComplete(IImsCallSession newSession) { in callSessionMergeComplete() argument
1399 if (newSession != null) { in callSessionMergeComplete()
1401 mListener.callSessionMergeComplete(new ImsCallSession(newSession)); in callSessionMergeComplete()
1458 public void callSessionConferenceExtended(IImsCallSession newSession, in callSessionConferenceExtended() argument
1463 new ImsCallSession(newSession), profile); in callSessionConferenceExtended()
1479 public void callSessionConferenceExtendReceived(IImsCallSession newSession, in callSessionConferenceExtendReceived() argument
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRemoteLockscreenValidationSessionStorage.java82 LockscreenVerificationSession newSession = in startSession() local
84 mSessionsByUserId.put(userId, newSession); in startSession()
85 return newSession; in startSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceStartUserClient.java63 final ISession newSession = hal.createSession(getSensorId(), in startHalOperation() local
65 Binder.allowBlocking(newSession.asBinder()); in startHalOperation()
66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation() local
H A DSensor.java523 (userIdStarted, newSession, halInterfaceVersion) -> { in Sensor()
528 newSession, userIdStarted, resultController); in Sensor()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintStartUserClient.java63 final ISession newSession = hal.createSession(getSensorId(), in startHalOperation() local
65 Binder.allowBlocking(newSession.asBinder()); in startHalOperation()
66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation() local
H A DSensor.java478 (userIdStarted, newSession, halInterfaceVersion) -> { in Sensor()
483 newSession, userIdStarted, resultController); in Sensor()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java510 public void callSessionMergeStarted(IImsCallSession i, IImsCallSession newSession, in callSessionMergeStarted() argument
513 mNewListener.callSessionMergeStarted(newSession, profile); in callSessionMergeStarted()
547 public void callSessionConferenceExtended(IImsCallSession i, IImsCallSession newSession, in callSessionConferenceExtended() argument
549 mNewListener.callSessionConferenceExtended(newSession, imsCallProfile); in callSessionConferenceExtended()
560 IImsCallSession newSession, ImsCallProfile imsCallProfile) in callSessionConferenceExtendReceived() argument
562 mNewListener.callSessionConferenceExtendReceived(newSession, imsCallProfile); in callSessionConferenceExtendReceived()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl60 void callSessionMergeStarted(IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() argument
74 void callSessionConferenceExtended(IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended() argument
76 void callSessionConferenceExtendReceived(IImsCallSession newSession, in callSessionConferenceExtendReceived() argument
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRoute2ProviderServiceProxy.java347 RoutingSessionInfo newSession) { in onSessionCreated() argument
352 if (newSession == null) { in onSessionCreated()
357 newSession = assignProviderIdForSession(newSession); in onSessionCreated()
358 String newSessionId = newSession.getId(); in onSessionCreated()
368 mSessionInfos.add(newSession); in onSessionCreated()
371 mCallback.onSessionCreated(this, requestId, newSession); in onSessionCreated()
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl67 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() argument
89 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended() argument
93 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtendReceived() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
H A DDreamSmartspaceController.kt198 val newSession = smartspaceManager.createSmartspaceSession( regex
202 newSession.addOnTargetsAvailableListener(uiExecutor, sessionListener)
203 this.session = newSession
/aosp14/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionSessionService.aidl25 void newSession(IBinder token, in Bundle args, int startFlags); in newSession() method
H A DVoiceInteractionSessionService.java52 public void newSession(IBinder token, Bundle args, int startFlags) {
/aosp14/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerServiceCallback.aidl34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated() argument
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java377 final Session newSession = createSessionByTokenLocked(activityToken, taskId, clientUid, in startSessionLocked() local
380 if (newSession == null) { in startSessionLocked()
387 "id=" + newSession.id + " uid=" + clientUid + " a=" + clientActivity.toShortString() in startSessionLocked()
393 synchronized (newSession.mLock) { in startSessionLocked()
394 newSession.updateLocked(autofillId, virtualBounds, value, ACTION_START_SESSION, flags); in startSessionLocked()
402 final long result = extraFlags | newSession.id; in startSessionLocked()
405 return newSession.id; in startSessionLocked()
538 final Session newSession = new Session(this, mUi, getContext(), mHandler, mUserId, mLock, in createSessionByTokenLocked() local
543 mSessions.put(newSession.id, newSession); in createSessionByTokenLocked()
545 return newSession; in createSessionByTokenLocked()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaRouter2.java2131 @NonNull RoutingSessionInfo oldSession, @NonNull RoutingSessionInfo newSession) { in onTransferred() argument
2137 if (!newSession.isSystemSession() in onTransferred()
2138 && !TextUtils.equals(mClientPackageName, newSession.getClientPackageName())) { in onTransferred()
2143 if (TextUtils.equals(oldSession.getId(), newSession.getId())) { in onTransferred()
2157 if (newSession.isSystemSession()) { in onTransferred()
2159 ensureClientPackageNameForSystemSession(newSession)); in onTransferred()
2162 newController = new RoutingController(newSession); in onTransferred()
H A DMediaRouter2Manager.java674 void notifyTransferred(RoutingSessionInfo oldSession, RoutingSessionInfo newSession) { in notifyTransferred() argument
676 record.mExecutor.execute(() -> record.mCallback.onTransferred(oldSession, newSession)); in notifyTransferred()
976 @NonNull RoutingSessionInfo newSession) { } in onTransferred() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt410 val newSession = smartspaceManager.createSmartspaceSession( regex
415 newSession.addOnTargetsAvailableListener(uiExecutor, sessionListener)
416 this.session = newSession
/aosp14/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java154 Session newSession = new Session(getNextSessionID(), shortMethodName, in startSession() local
156 mSessionMapper.put(threadId, newSession); in startSession()
/aosp14/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DMediaRouter2ManagerTest.java561 RoutingSessionInfo newSession) { in testTransferTwice()
562 sessions.add(newSession); in testTransferTwice()
841 RoutingSessionInfo newSession) { in testRouter2SetOnGetControllerHintsListener()
842 assertThat(newSession.getSelectedRoutes()).contains(route.getId()); in testRouter2SetOnGetControllerHintsListener()
845 Bundle controlHints = newSession.getControlHints(); in testRouter2SetOnGetControllerHintsListener()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCapturePerUserService.java357 final ContentCaptureServerSession newSession = new ContentCaptureServerSession(mLock, in startSessionLocked() local
364 mSessions.put(sessionId, newSession); in startSessionLocked()
365 newSession.notifySessionStartedLocked(clientReceiver); in startSessionLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java967 void onSessionCreated(@Nullable final ISpellCheckerSession newSession, in onSessionCreated() argument
975 request.mTsListener.onServiceConnected(newSession); in onSessionCreated()
1078 public void onSessionCreated(@Nullable ISpellCheckerSession newSession) { in onSessionCreated() argument
1091 group.onSessionCreated(newSession, request); in onSessionCreated()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DInfoMediaManager.java626 public void onTransferred(RoutingSessionInfo oldSession, RoutingSessionInfo newSession) { in onTransferred() argument
629 + ", newSession : " + newSession.getName()); in onTransferred()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java749 CameraCaptureSessionCore newSession = null; in createCaptureSessionInternal() local
759 newSession = new CameraConstrainedHighSpeedCaptureSessionImpl(mNextSessionId++, in createCaptureSessionInternal()
763 newSession = new CameraCaptureSessionImpl(mNextSessionId++, input, in createCaptureSessionInternal()
768 mCurrentSession = newSession; in createCaptureSessionInternal()

12