Home
last modified time | relevance | path

Searched refs:getSession (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/core/java/android/database/sqlite/
DSQLiteStatement.java46 getSession().execute(getSql(), getBindArgs(), getConnectionFlags(), null); in execute()
66 return getSession().executeForChangedRowCount( in executeUpdateDelete()
88 return getSession().executeForLastInsertedRowId( in executeInsert()
109 return getSession().executeForLong( in simpleQueryForLong()
130 return getSession().executeForString( in simpleQueryForString()
151 return getSession().executeForBlobFileDescriptor( in simpleQueryForBlobFileDescriptor()
DSQLiteQuery.java62 int numRows = getSession().executeForCursorWindow(getSql(), getBindArgs(), in fillWindow()
DSQLiteProgram.java103 protected final SQLiteSession getSession() { in getSession() method in SQLiteProgram
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioCapability.java165 public int getSession() { in getSession() method in RadioCapability
211 + " mSession=" + getSession() in toString()
DProxyController.java353 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onStartRadioCapabilityResponse()
361 logd("onStartRadioCapabilityResponse: Error response session=" + rc.getSession()); in onStartRadioCapabilityResponse()
410 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onApplyRadioCapabilityResponse()
418 logd("onApplyRadioCapabilityResponse: Error response session=" + rc.getSession()); in onApplyRadioCapabilityResponse()
435 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onNotificationRadioCapabilityChanged()
443 if (rc.getSession() != mRadioCapabilitySessionId) { in onNotificationRadioCapabilityChanged()
478 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onFinishRadioCapabilityResponse()
DTelephonyTester.java430 imsCall.getImsCallSessionListenerProxy().callSessionUpdated(imsCall.getSession(), in testImsECall()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSessionProvider.java26 PackageInstallerSession getSession(int sessionId); in getSession() method
DStagingManager.java409 PackageInstallerSession apkSession = mPi.getSession(apkSessionId); in createAndWriteApkSession()
498 PackageInstallerSession apkParentSession = mPi.getSession(apkParentSessionId); in installApksInSession()
DPackageInstallerSession.java864 if (!mSessionProvider.getSession(childSessionId) in commit()
1028 childSessions.add(mSessionProvider.getSession(childSessionId)); in getChildSessions()
2100 final PackageInstallerSession childSession = mSessionProvider.getSession(childSessionId); in addChildSessionId()
2123 final PackageInstallerSession session = mSessionProvider.getSession(sessionId); in removeChildSessionId()
2291 mSessionProvider.getSession(childSessionId).cleanStageDir(); in cleanStageDir()
/frameworks/base/core/java/android/se/omapi/
DChannel.java186 public @NonNull Session getSession() { in getSession() method in Channel
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DPackageInstallerImpl.java116 session = getSession(packageName); in install()
162 private PackageInstaller.Session getSession(String packageName) { in getSession() method in PackageInstallerImpl
/frameworks/layoutlib/bridge/src/android/animation/
DAnimationThread.java110 RenderSession session = mSession.getSession(); in run()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java369 mDut.recordDiscoverySessionDuration(client1.getSession(100).getCreationTime(), in testDiscoverySessionMetrics()
370 client1.getSession(100).isPublishSession()); in testDiscoverySessionMetrics()
375 mDut.recordDiscoverySessionDuration(client2.getSession(102).getCreationTime(), in testDiscoverySessionMetrics()
376 client2.getSession(102).isPublishSession()); in testDiscoverySessionMetrics()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java214 imsCall.getSession()); in onIncomingCall()
1104 imsCall.getSession()); in dialInternal()
1166 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in acceptCall()
1224 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCallForPendingMo()
1253 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCall()
1275 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCallForWaitingCall()
1301 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in unholdHeldCall()
1315 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeForegroundCall()
1326 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in answerWaitingCall()
1756 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareClientState.java203 public WifiAwareDiscoverySessionState getSession(int sessionId) { in getSession() method in WifiAwareClientState
DWifiAwareStateManager.java2344 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in updatePublishLocal()
2401 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in updateSubscribeLocal()
2431 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in sendFollowonMessageLocal()
2721 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onSessionConfigSuccessLocal()
2779 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onSessionConfigFailLocal()
2817 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onMessageSendSuccessLocal()
2846 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onMessageSendFailLocal()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioningController.java85 mInputSurface = mService.makeSurfaceBuilder(dc.getSession()) in showInputSurface()
DInputConsumerImpl.java94 .getSession()).setContainerLayer().setName("Input Consumer " + name) in InputConsumerImpl()
DWindowContainer.java1048 SurfaceSession getSession() { in getSession() method in WindowContainer
1050 return getParent().getSession(); in getSession()
/frameworks/base/core/java/org/apache/http/conn/ssl/
DAbstractVerifier.java100 SSLSession session = ssl.getSession(); in verify()
/frameworks/base/core/java/android/net/
DSSLCertificateSocketFactory.java242 SSLSession session = ssl.getSession(); in verifyHostname()
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DWorkflowTest.java160 .getSession(); in setMockPrintServiceCallbacks()
/frameworks/base/media/java/android/media/
DMediaExtractor.java321 public MediaCas.Session getSession() { in getSession() method in MediaExtractor.CasInfo
DRemoteControlClient.java375 mSession = helper.getSession(mRcMediaIntent); in registerWithSession()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java949 imsCall.getImsCallSessionListenerProxy().callSessionProgressing(imsCall.getSession(), in placeCallAndMakeActive()
951 imsCall.getImsCallSessionListenerProxy().callSessionStarted(imsCall.getSession(), in placeCallAndMakeActive()

12