Home
last modified time | relevance | path

Searched refs:getSessionId (Results 1 – 25 of 113) sorted by relevance

12345

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointProvisionerTest.java333 mOsuServerCallbacks.onServerValidationStatus(mOsuServerCallbacks.getSessionId(), in stopAfterStep()
351 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), in stopAfterStep()
378 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), in stopAfterStep()
389 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), in stopAfterStep()
405 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in stopAfterStep()
798 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), in verifyNoOsuActivityFoundFailure()
846 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), in verifyNotAddMoCommandFailureForSecondSoapResponse()
868 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), in verifyHandlingErrorPropertyInThirdSoapResponse()
924 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingErrorForAddingPasspointConfiguration()
946 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingEmptyTrustRootCertificateRetrieved()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DOsuServerConnection.java302 mOsuServerCallbacks.getSessionId(), in performTlsConnection()
313 mOsuServerCallbacks.onServerConnectionStatus(mOsuServerCallbacks.getSessionId(), in performTlsConnection()
327 mOsuServerCallbacks.onServerConnectionStatus(mOsuServerCallbacks.getSessionId(), in performTlsConnection()
334 mOsuServerCallbacks.onServerConnectionStatus(mOsuServerCallbacks.getSessionId(), true); in performTlsConnection()
347 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), null); in performSoapMessageExchange()
360 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), in performSoapMessageExchange()
368 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), in performSoapMessageExchange()
392 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), null); in performSoapMessageExchange()
400 mOsuServerCallbacks.onReceivedSoapMessage(mOsuServerCallbacks.getSessionId(), in performSoapMessageExchange()
458 mOsuServerCallbacks.onReceivedTrustRootCertificates(mOsuServerCallbacks.getSessionId(), in performRetrievingTrustRootCerts()
[all …]
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
H A DPackageInstallerImpl.java70 .getSessionId() + " & keeping " + mySessions.get(i).getSessionId()); in PackageInstallerImpl()
132 session = mPackageInstaller.openSession(sessionInfo.getSessionId()); in install()
146 getCommitCallback(packageName, sessionInfo.getSessionId(), callback)); in install()
149 cancelSession(sessionInfo.getSessionId(), packageName); in install()
186 session = mPackageInstaller.openSession(sessionInfo.getSessionId()); in getSession()
/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpoint.cpp69 result << " Session Id: " << getSessionId() << "\n"; in dump()
156 if (configuration.getSessionId() != AAUDIO_SESSION_ID_ALLOCATE && in matches()
157 configuration.getSessionId() != getSessionId()) { in matches()
H A DAAudioEndpointManager.cpp123 endpoint.get(), configuration.getDeviceId(), configuration.getSessionId()); in findExclusiveEndpoint_l()
141 endpoint.get(), configuration.getDeviceId(), configuration.getSessionId()); in findSharedEndpoint_l()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiConnectedSessionInfoTest.java83 assertEquals(expected.getSessionId(), actual.getSessionId()); in assertWifiConnectedSessionInfoEquals()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/autofill/
H A DAutofillIdTest.java107 assertThat(id.getSessionId()).isEqualTo(666); in testVirtual_withSession()
116 assertThat(clone.getSessionId()).isEqualTo(666); in testVirtual_withSession()
138 assertThat(idWithoutSession.getSessionId()).isEqualTo(NO_SESSION); in testVirtual_Long_withoutSession()
151 assertThat(idWithoutSession.getSessionId()).isEqualTo(NO_SESSION); in testVirtual_Int_withoutSession()
165 assertThat(id.getSessionId()).isEqualTo(NO_SESSION); in testSetResetSession()
355 assertThat(id.getSessionId()).isEqualTo(expectSessionId); in assertNonVirtual()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DSessionCommitReceiver.java69 || packageInstallerCompat.promiseIconAddedForId(info.getSessionId())) { in processIntent()
70 packageInstallerCompat.removePromiseIconId(info.getSessionId()); in processIntent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pm/
H A DInstallSessionHelper.java94 existingIds.add(info.getSessionId()); in getPromiseIconIds()
217 && !promiseIconAddedForId(sessionInfo.getSessionId())) { in tryQueuePromiseAppIcon()
224 getPromiseIconIds().add(sessionInfo.getSessionId()); in tryQueuePromiseAppIcon()
H A DInstallSessionTracker.java134 getActiveSessionMap(helper).put(session.getSessionId(), key); in pushSessionDisplayToLauncher()
145 (key, si) -> mActiveSessions.put(si.getSessionId(), key)); in getActiveSessionMap()
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerService.java317 getUserSessionsLocked(userId).put(session.getSessionId(), session); in addSessionForUserLocked()
318 addActiveBlobIdLocked(session.getSessionId()); in addSessionForUserLocked()
670 .remove(session.getSessionId()); in onStateChangedInternal()
693 .remove(session.getSessionId()); in onStateChangedInternal()
704 blob = new BlobMetadata(mContext, session.getSessionId(), in onStateChangedInternal()
736 if (session.getSessionId() == blob.getBlobId()) { in onStateChangedInternal()
742 if (session.getSessionId() != blob.getBlobId()) { in onStateChangedInternal()
746 .remove(session.getSessionId()); in onStateChangedInternal()
1140 deletedBlobIds.add(blobStoreSession.getSessionId()); in handleIdleMaintenanceLocked()
1153 mActiveBlobIds.remove(blobStoreSession.getSessionId()); in deleteSessionLocked()
[all …]
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAudioStreamBuilder.cpp149 if (getSessionId() != AAUDIO_SESSION_ID_NONE) { in build()
277 getSessionId(), in logParameters()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DToneGenerator.h167 int getSessionId() { return (mpAudioTrack == 0) ? 0 : mpAudioTrack->getSessionId(); } in getSessionId() function
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DLog.java245 public static String getSessionId() { in getSessionId() method in Log
250 return getSessionManager().getSessionId(); in getSessionId()
339 sEventManager = new EventManager(Log::getSessionId); in getEventManager()
484 String sessionName = getSessionId(); in buildMessage()
/aosp12/packages/apps/Dialer/java/com/android/dialer/enrichedcall/videoshare/
H A DVideoShareSession.java26 long getSessionId(); in getSessionId() method
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureEventTest.java178 assertThat(event.getSessionId()).isEqualTo(42); in assertSessionStartedEvent()
210 assertThat(event.getSessionId()).isEqualTo(42); in assertSessionFinishedEvent()
304 assertThat(event.getSessionId()).isEqualTo(42); in assertContextUpdatedEvent()
/aosp12/packages/apps/Dialer/java/com/android/dialer/enrichedcall/
H A DSession.java63 long getSessionId(); in getSessionId() method
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiConnectedSessionInfo.java87 public int getSessionId() { in getSessionId() method in WifiConnectedSessionInfo
/aosp12/frameworks/base/media/java/android/media/metrics/
H A DRecordingSession.java44 public @NonNull LogSessionId getSessionId() { in getSessionId() method in RecordingSession
H A DPlaybackSession.java83 public @NonNull LogSessionId getSessionId() { in getSessionId() method in PlaybackSession
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DQosSession.java70 public int getSessionId() { in getSessionId() method in QosSession
H A DVpnTransportInfo.java71 public String getSessionId() { in getSessionId() method in VpnTransportInfo
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplaySessionInfo.java75 public int getSessionId() { in getSessionId() method in WifiDisplaySessionInfo
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCaptureCallbackHolder.java108 public int getSessionId() { in getSessionId() method in CaptureCallbackHolder
/aosp12/packages/apps/Dialer/java/com/android/incallui/callpending/
H A DCallPendingActivity.java159 EnrichedCallComponent.get(this).getEnrichedCallManager().getSession(getSessionId()); in createPrimaryInfo()
336 private long getSessionId() {

12345