Searched refs:getSession (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteStatement.java44 getSession().execute(getSql(), getBindArgs(), getConnectionFlags(), null);
64 return getSession().executeForChangedRowCount(
86 return getSession().executeForLastInsertedRowId(
107 return getSession().executeForLong(
128 return getSession().executeForString(
149 return getSession().executeForBlobFileDescriptor(
H A DSQLiteQuery.java62 int numRows = getSession().executeForCursorWindow(getSql(), getBindArgs(),
H A DSQLiteProgram.java100 protected final SQLiteSession getSession() { method in class:SQLiteProgram
/frameworks/base/core/java/android/net/http/
H A DCertificateChainValidator.java78 SSLSession sslSession = sslSocket.getSession();
85 sslSocket.getSession().getPeerCertificates();
197 SSLSession session = socket.getSession();
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java111 RenderSession session = mSession.getSession();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionManager.java116 Session stored = mSessionStorage.getSession(key.value);
H A DBordeauxSessionStorage.java115 BordeauxSessionManager.Session getSession(String key) { method in class:BordeauxSessionStorage
/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java191 SSLSession session = ssl.getSession();
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c95 static T_DRM_Session_Node* getSession(int32_t sessionId) function
1093 s = getSession(session);
1108 s = getSession(session);
1130 s = getSession(session);
1207 s = getSession(session);
1235 s = getSession(session);
1704 s = getSession(session);
1738 s = getSession(session);
1760 s = getSession(session);
1808 if (NULL == getSession(sessio
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java742 listener.onNewFrame(RenderSessionImpl.this.getSession());
1368 public RenderSession getSession() { method in class:RenderSessionImpl

Completed in 317 milliseconds