Home
last modified time | relevance | path

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

/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/base/core/java/android/net/http/
DCertificateChainValidator.java78 SSLSession sslSession = sslSocket.getSession(); in doHandshakeAndValidateServerCertificates()
85 sslSocket.getSession().getPeerCertificates(); in doHandshakeAndValidateServerCertificates()
203 SSLSession session = socket.getSession(); in closeSocketThrowException()
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
DAnimationThread.java111 RenderSession session = mSession.getSession(); in run()
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_api.c95 static T_DRM_Session_Node* getSession(int32_t sessionId) in getSession() function
1093 s = getSession(session); in SVC_drm_getDeliveryMethod()
1108 s = getSession(session); in SVC_drm_getContentType()
1130 s = getSession(session); in SVC_drm_checkRights()
1207 s = getSession(session); in SVC_drm_consumeRights()
1235 s = getSession(session); in SVC_drm_getContentLength()
1704 s = getSession(session); in SVC_drm_getContent()
1738 s = getSession(session); in SVC_drm_getRightsIssuer()
1760 s = getSession(session); in SVC_drm_getRightsInfo()
1808 if (NULL == getSession(session)) in SVC_drm_closeSession()
/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/android/net/
DSSLCertificateSocketFactory.java191 SSLSession session = ssl.getSession(); in verifyHostname()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java807 listener.onNewFrame(RenderSessionImpl.this.getSession()); in moveChild()
1469 public RenderSession getSession() { in getSession() method in RenderSessionImpl
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd460 SSLSession s = socket.getSession();
/frameworks/base/api/
Dcurrent.txt43799 method public javax.net.ssl.SSLSession getSession();
43909 method public abstract javax.net.ssl.SSLSession getSession();
44054 method public javax.net.ssl.SSLSession getSession();
44064 method public abstract javax.net.ssl.SSLSession getSession(byte[]);
44083 method public abstract javax.net.ssl.SSLSession getSession();