/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 249 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted() argument 252 if (newSession != null && mExecutor != null) { in callSessionMergeStarted() 253 newSession.setDefaultExecutor(mExecutor); in callSessionMergeStarted() 255 mListener.callSessionMergeStarted(newSession != null ? in callSessionMergeStarted() 256 newSession.getServiceImpl() : null, profile); in callSessionMergeStarted() 268 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted() argument 271 mListener.callSessionMergeStarted(newSession, profile); in callSessionMergeStarted() 284 public void callSessionMergeComplete(ImsCallSessionImplBase newSession) { in callSessionMergeComplete() argument 286 if (newSession != null && mExecutor != null) { in callSessionMergeComplete() 287 newSession.setDefaultExecutor(mExecutor); in callSessionMergeComplete() [all …]
|
D | ImsCallSession.java | 232 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 290 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() argument 309 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived() argument 1390 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 1402 public void callSessionMergeComplete(IImsCallSession newSession) { in callSessionMergeComplete() argument 1405 if (newSession != null) { in callSessionMergeComplete() 1407 mListener.callSessionMergeComplete(new ImsCallSession(newSession)); in callSessionMergeComplete() 1464 public void callSessionConferenceExtended(IImsCallSession newSession, in callSessionConferenceExtended() argument 1469 new ImsCallSession(newSession), profile); in callSessionConferenceExtended() 1485 public void callSessionConferenceExtendReceived(IImsCallSession newSession, in callSessionConferenceExtendReceived() argument [all …]
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 290 private synchronized void addSipSession(SipSessionImpl newSession) { in addSipSession() argument 291 removeSipSession(newSession); in addSipSession() 292 String key = newSession.getCallId(); in addSipSession() 293 mSessionMap.put(key, newSession); in addSipSession() 294 if (isLoggable(newSession)) { in addSipSession() 425 SipSessionImpl newSession = new SipSessionImpl(listener); in createNewSession() local 426 newSession.mServerTransaction = transaction; in createNewSession() 427 newSession.mState = newState; in createNewSession() 428 newSession.mDialog = newSession.mServerTransaction.getDialog(); in createNewSession() 429 newSession.mInviteReceived = event; in createNewSession() [all …]
|
D | SipSessionListenerProxy.java | 124 public void onCallTransferring(final ISipSession newSession, in onCallTransferring() argument 131 mListener.onCallTransferring(newSession, sessionDescription); in onCallTransferring()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintStartUserClient.java | 63 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
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
D | RemoteLockscreenValidationSessionStorage.java | 82 LockscreenVerificationSession newSession = in startSession() local 84 mSessionsByUserId.put(userId, newSession); in startSession() 85 return newSession; in startSession()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceStartUserClient.java | 63 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
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsCallSessionListener.aidl | 60 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
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 510 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/ |
D | CommunalSmartspaceController.kt | 115 val newSession = in <lambda>() constant 120 newSession.addOnTargetsAvailableListener(uiExecutor, sessionListener) in <lambda>() 121 this.session = newSession in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaRoute2ProviderServiceProxy.java | 415 RoutingSessionInfo newSession) { in onSessionCreated() argument 420 if (newSession == null) { in onSessionCreated() 425 newSession = assignProviderIdForSession(newSession); in onSessionCreated() 426 String newSessionId = newSession.getId(); in onSessionCreated() 430 newSession = in onSessionCreated() 432 requestId, /* oldSessionInfo= */ null, newSession); in onSessionCreated() 441 mSessionInfos.add(newSession); in onSessionCreated() 444 mCallback.onSessionCreated(this, requestId, newSession); in onSessionCreated()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSessionListener.aidl | 67 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
|
/frameworks/base/core/java/android/service/voice/ |
D | IVoiceInteractionSessionService.aidl | 25 void newSession(IBinder token, in Bundle args, int startFlags); in newSession() method
|
D | VoiceInteractionSessionService.java | 52 public void newSession(IBinder token, Bundle args, int startFlags) {
|
/frameworks/base/core/java/com/android/internal/textservice/ |
D | ISpellCheckerServiceCallback.aidl | 34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated() argument
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/common/data/repository/ |
D | PackageInstallerMonitorTest.kt | 203 val newSession = in <lambda>() constant 209 whenever(packageInstaller.getSessionInfo(1)).thenReturn(newSession) in <lambda>() 216 .containsExactlyElementsIn(defaultSessions - session1 + newSession) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/ |
D | DreamSmartspaceController.kt | 201 val newSession = smartspaceManager.createSmartspaceSession( in <lambda>() constant 205 newSession.addOnTargetsAvailableListener(uiExecutor, sessionListener) in <lambda>() 206 this.session = newSession in <lambda>()
|
/frameworks/av/media/module/libmediatranscoding/tests/ |
D | AdjustableMaxPriorityQueue_tests.cpp | 261 auto newSession = std::make_unique<TranscodingSession>(testSessions[sessionId]); in TEST() local 262 sessionIdToSessionMap[sessionId] = newSession.get(); in TEST() 263 EXPECT_TRUE(sessionQueue.push(std::move(newSession))); in TEST()
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 545 public void onCallTransferring(SipSession newSession, in createListener() argument 548 + mSipSession + " newSession=" + newSession); in createListener() 549 mTransferringSession = newSession; in createListener() 552 newSession.makeCall(newSession.getPeerProfile(), in createListener() 556 newSession.answerCall(answer, SESSION_TIMEOUT); in createListener() 560 newSession.endCall(); in createListener()
|
D | ISipSessionListener.aidl | 80 void onCallTransferring(in ISipSession newSession, String sessionDescription); in onCallTransferring() argument
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 395 ConvertSession *newSession = new ConvertSession(); local 397 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) { 398 convertSessionMap.addValue(convertId, newSession); 402 delete newSession;
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
D | ManagerInfoMediaManager.java | 200 public void onTransferred(RoutingSessionInfo oldSession, RoutingSessionInfo newSession) { in onTransferred() argument 207 + newSession.getName()); in onTransferred()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 2860 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 2861 logi("callSessionMergeStarted :: session=" + session + " newSession=" + newSession + in callSessionMergeStarted() 2892 public void callSessionMergeComplete(ImsCallSession newSession) { in callSessionMergeComplete() argument 2893 logi("callSessionMergeComplete :: newSession =" + newSession); in callSessionMergeComplete() 2899 if (newSession != null) { in callSessionMergeComplete() 2900 mTransientConferenceSession = newSession; in callSessionMergeComplete() 3008 public void callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, in callSessionConferenceExtended() argument 3011 newSession + ", profile=" + profile); in callSessionConferenceExtended() 3019 ImsCall newCall = createNewCall(newSession, profile); in callSessionConferenceExtended() 3071 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived() argument [all …]
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerServiceImpl.java | 419 final Session newSession = createSessionByTokenLocked(activityToken, taskId, clientUid, in startSessionLocked() local 422 if (newSession == null) { in startSessionLocked() 429 "id=" + newSession.id + " uid=" + clientUid + " a=" + clientActivity.toShortString() in startSessionLocked() 435 synchronized (newSession.mLock) { in startSessionLocked() 436 newSession.updateLocked(autofillId, virtualBounds, value, ACTION_START_SESSION, flags); in startSessionLocked() 444 final long result = extraFlags | newSession.id; in startSessionLocked() 447 return newSession.id; in startSessionLocked() 599 final Session newSession = new Session(this, mUi, getContext(), mHandler, mUserId, mLock, in createSessionByTokenLocked() local 604 mSessions.put(newSession.id, newSession); in createSessionByTokenLocked() 606 return newSession; in createSessionByTokenLocked()
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
D | SessionManager.java | 154 Session newSession = new Session(getNextSessionID(), shortMethodName, in startSession() local 156 mSessionMapper.put(threadId, newSession); in startSession()
|