Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/database/sqlite/
DSQLiteStatement.java47 getSession().execute(getSql(), getBindArgs(), getConnectionFlags(), null); in execute()
67 return getSession().executeForChangedRowCount( in executeUpdateDelete()
89 return getSession().executeForLastInsertedRowId( in executeInsert()
110 return getSession().executeForLong( in simpleQueryForLong()
131 return getSession().executeForString( in simpleQueryForString()
152 return getSession().executeForBlobFileDescriptor( in simpleQueryForBlobFileDescriptor()
DSQLiteQuery.java62 int numRows = getSession().executeForCursorWindow(getSql(), getBindArgs(), in fillWindow()
DSQLiteProgram.java104 protected final SQLiteSession getSession() { in getSession() method in SQLiteProgram
/frameworks/av/services/mediatranscoding/tests/
Dmediatranscodingservice_real_tests.cpp140 EXPECT_TRUE(mClient1->getSession(0, srcPath0, dstPath0)); in TEST_F()
144 EXPECT_TRUE(mClient1->getSession<fail>(0, "", "")); in TEST_F()
172 EXPECT_TRUE(mClient1->getSession(0, srcPath0, dstPath0)); in TEST_F()
173 EXPECT_TRUE(mClient1->getSession(1, srcPath1, dstPath1)); in TEST_F()
180 EXPECT_TRUE(mClient1->getSession<fail>(0, "", "")); in TEST_F()
200 EXPECT_TRUE(mClient1->getSession(0, srcPath0, dstPath0)); in TEST_F()
208 EXPECT_TRUE(mClient1->getSession(0, srcPath0, dstPath0)); in TEST_F()
215 EXPECT_TRUE(mClient1->getSession<fail>(1, "", "")); in TEST_F()
220 EXPECT_TRUE(mClient1->getSession(0, srcPath0, dstPath0)); in TEST_F()
225 EXPECT_TRUE(mClient1->getSession<fail>(0, "", "")); in TEST_F()
Dmediatranscodingservice_simulated_tests.cpp230 EXPECT_TRUE(mClient1->getSession(2, "test_source_file_2", "test_destination_file_2")); in TEST_F()
231 EXPECT_TRUE(mClient1->getSession(1, "test_source_file_1", "test_destination_file_1")); in TEST_F()
232 EXPECT_TRUE(mClient1->getSession(0, "test_source_file_0", "test_destination_file_0")); in TEST_F()
235 EXPECT_TRUE(mClient1->getSession<fail>(100, "", "")); in TEST_F()
236 EXPECT_TRUE(mClient1->getSession<fail>(-1, "", "")); in TEST_F()
240 EXPECT_TRUE(mClient1->getSession<fail>(2, "", "")); in TEST_F()
248 EXPECT_TRUE(mClient1->getSession<fail>(0, "", "")); in TEST_F()
251 EXPECT_TRUE(mClient1->getSession(1, "test_source_file_1", "test_destination_file_1")); in TEST_F()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioCapability.java166 public int getSession() { in getSession() method in RadioCapability
212 + " mSession=" + getSession() in toString()
DProxyController.java377 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onStartRadioCapabilityResponse()
385 logd("onStartRadioCapabilityResponse: Error response session=" + rc.getSession()); in onStartRadioCapabilityResponse()
434 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onApplyRadioCapabilityResponse()
442 logd("onApplyRadioCapabilityResponse: Error response session=" + rc.getSession()); in onApplyRadioCapabilityResponse()
459 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onNotificationRadioCapabilityChanged()
467 if (rc.getSession() != mRadioCapabilitySessionId) { in onNotificationRadioCapabilityChanged()
502 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onFinishRadioCapabilityResponse()
DTelephonyTester.java506 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
DPackageInstallerService.java315 && getSession(stagedSession.getParentSessionId()) == null) { in restoreAndApplyStagedSessionIfNeeded()
1106 public PackageInstallerSession getSession(int sessionId) { in getSession() method in PackageInstallerService
1373 ? getSession(session.getParentSessionId()) in dump()
/frameworks/av/media/libmediatranscoding/include/media/
DControllerClientInterface.h60 virtual bool getSession(ClientIdType clientId, SessionIdType sessionId,
DTranscodingSessionController.h55 bool getSession(ClientIdType clientId, SessionIdType sessionId,
/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/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java85 …nputSurface = mService.makeSurfaceBuilder(mService.mRoot.getDisplayContent(displayId).getSession()) in InputConsumerImpl()
DTaskPositioningController.java87 mInputSurface = mService.makeSurfaceBuilder(dc.getSession()) in showInputSurface()
/frameworks/base/core/java/org/apache/http/conn/ssl/
DAbstractVerifier.java100 SSLSession session = ssl.getSession(); in verify()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java714 public IImsCallSession getSession() { in getSession() method in ImsCallSession
887 miSession.consultativeTransfer(transferToSession.getSession()); in transfer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java272 imsCall.getSession()); in onIncomingCall()
1699 mMetrics.writeOnImsCallStart(mPhone.getPhoneId(), imsCall.getSession()); in dialInternal()
1766 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in acceptCall()
1826 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCallForPendingMo()
1858 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCall()
1885 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), callToHold.getSession(), in holdActiveCallForWaitingCall()
1915 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in unholdHeldCall()
1932 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeForegroundCall()
1944 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in answerWaitingCall()
2423 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup()
[all …]
/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.java165 .getSession(); in setMockPrintServiceCallbacks()
/frameworks/base/media/java/android/media/
DRemoteControlClient.java376 mSession = helper.getSession(mRcMediaIntent); in registerWithSession()
DMediaExtractor.java321 public MediaCas.Session getSession() { in getSession() method in MediaExtractor.CasInfo
/frameworks/av/media/libmediatranscoding/
DTranscodingClientManager.cpp217 owner->mSessionController->getSession(mClientId, in_sessionId, &out_session->request); in getSessionWithId()

12