Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/database/sqlite/
DSQLiteStatement.java44 getSession().execute(getSql(), getBindArgs(), getConnectionFlags(), null); in execute()
64 return getSession().executeForChangedRowCount( in executeUpdateDelete()
86 return getSession().executeForLastInsertedRowId( in executeInsert()
107 return getSession().executeForLong( in simpleQueryForLong()
128 return getSession().executeForString( in simpleQueryForString()
149 return getSession().executeForBlobFileDescriptor( in simpleQueryForBlobFileDescriptor()
DSQLiteQuery.java62 int numRows = getSession().executeForCursorWindow(getSql(), getBindArgs(), in fillWindow()
DSQLiteProgram.java100 protected final SQLiteSession getSession() { in getSession() method in SQLiteProgram
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioCapability.java160 public int getSession() { in getSession() method in RadioCapability
205 + " mSession=" + getSession() in toString()
DProxyController.java352 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onStartRadioCapabilityResponse()
360 logd("onStartRadioCapabilityResponse: Error response session=" + rc.getSession()); in onStartRadioCapabilityResponse()
409 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onApplyRadioCapabilityResponse()
417 logd("onApplyRadioCapabilityResponse: Error response session=" + rc.getSession()); in onApplyRadioCapabilityResponse()
434 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onNotificationRadioCapabilityChanged()
442 if (rc.getSession() != mRadioCapabilitySessionId) { in onNotificationRadioCapabilityChanged()
477 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) { in onFinishRadioCapabilityResponse()
DRIL.java5082 rr.mParcel.writeInt(rc.getSession()); in setRadioCapability()
/frameworks/base/core/tests/coretests/src/android/net/
DSSLSessionCacheTest.java47 clientCtx.getSession("www.foogle.com", 443); in testInstall_compatibleContext()
52 clientCtx.getSession("www.foogle.com", 443); in testInstall_compatibleContext()
/frameworks/base/core/tests/coretests/src/android/print/mockservice/
DPrinterDiscoverySessionCallbacks.java33 public StubbablePrinterDiscoverySession getSession() { in getSession() method in PrinterDiscoverySessionCallbacks
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DDataUsageController.java88 private INetworkStatsSession getSession() { in getSession() method in DataUsageController
134 final INetworkStatsSession session = getSession(); in getDataUsageInfo()
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
DAnimationThread.java111 RenderSession session = mSession.getSession(); in run()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanClientState.java103 public WifiNanSessionState getSession(int sessionId) { in getSession() method in WifiNanClientState
DWifiNanStateManager.java560 WifiNanSessionState session = info.mClient.getSession(sessionId); in fillInTransactionInfoSession()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java169 imsCall.getSession());
700 imsCall.getSession()); in dialInternal()
761 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in acceptCall()
826 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in switchWaitingOrHoldingAndActive()
1131 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup()
1135 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in hangup()
1175 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeWaitingOrHolding()
1184 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeWaitingOrHolding()
1195 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(), in resumeWaitingOrHolding()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxSessionStorage.java115 BordeauxSessionManager.Session getSession(String key) { in getSession() method in BordeauxSessionStorage
DBordeauxSessionManager.java116 Session stored = mSessionStorage.getSession(key.value); in getSessionBinder()
/frameworks/base/core/java/org/apache/http/conn/ssl/
DAbstractVerifier.java98 SSLSession session = ssl.getSession(); in verify()
/frameworks/base/media/java/android/media/
DRemoteControlClient.java378 mSession = helper.getSession(mRcMediaIntent); in registerWithSession()
/frameworks/base/core/java/android/net/
DSSLCertificateSocketFactory.java200 SSLSession session = ssl.getSession(); in verifyHostname()
/frameworks/base/core/tests/coretests/src/android/print/
DBasePrintTest.java266 when(callbacks.getSession()).thenCallRealMethod(); in createMockPrinterDiscoverySessionCallbacks()
DIPrintManagerParametersTest.java121 .getMock()).getSession();
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java594 public IImsCallSession getSession() { in getSession() method in ImsCallSession
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java738 listener.onNewFrame(RenderSessionImpl.this.getSession()); in moveChild()
1449 public RenderSession getSession() { in getSession() method in RenderSessionImpl
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java163 public MediaSession getSession(PendingIntent pi) { in getSession() method in MediaSessionLegacyHelper
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1833 public ImsCallSession getSession() { in getSession() method in ImsCall
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd460 SSLSession s = socket.getSession();

12