Searched refs:getSession (Results 1 - 24 of 24) 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/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioCapability.java160 public int getSession() { method in class:RadioCapability
205 + " mSession=" + getSession()
H A DProxyController.java352 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) {
360 logd("onStartRadioCapabilityResponse: Error response session=" + rc.getSession());
409 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) {
417 logd("onApplyRadioCapabilityResponse: Error response session=" + rc.getSession());
434 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) {
442 if (rc.getSession() != mRadioCapabilitySessionId) {
477 if ((rc == null) || (rc.getSession() != mRadioCapabilitySessionId)) {
H A DRIL.java5082 rr.mParcel.writeInt(rc.getSession());
/frameworks/base/core/tests/coretests/src/android/print/mockservice/
H A DPrinterDiscoverySessionCallbacks.java33 public StubbablePrinterDiscoverySession getSession() { method in class:PrinterDiscoverySessionCallbacks
/frameworks/base/core/tests/coretests/src/android/net/
H A DSSLSessionCacheTest.java47 clientCtx.getSession("www.foogle.com", 443);
52 clientCtx.getSession("www.foogle.com", 443);
/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/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanClientState.java103 public WifiNanSessionState getSession(int sessionId) { method in class:WifiNanClientState
H A DWifiNanStateManager.java560 WifiNanSessionState session = info.mClient.getSession(sessionId);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageController.java88 private INetworkStatsSession getSession() { method in class:DataUsageController
134 final INetworkStatsSession session = getSession();
/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DAbstractVerifier.java98 SSLSession session = ssl.getSession();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java169 imsCall.getSession());
700 imsCall.getSession());
761 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(),
826 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(),
1131 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(),
1135 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(),
1175 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(),
1184 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(),
1195 mMetrics.writeOnImsCommand(mPhone.getPhoneId(), imsCall.getSession(),
/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java200 SSLSession session = ssl.getSession();
/frameworks/base/core/tests/coretests/src/android/print/
H A DBasePrintTest.java266 when(callbacks.getSession()).thenCallRealMethod();
H A DIPrintManagerParametersTest.java121 .getMock()).getSession();
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java378 mSession = helper.getSession(mRcMediaIntent);
/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java163 public MediaSession getSession(PendingIntent pi) { method in class:MediaSessionLegacyHelper
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java594 public IImsCallSession getSession() { method in class:ImsCallSession
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java738 listener.onNewFrame(RenderSessionImpl.this.getSession());
1449 public RenderSession getSession() { method in class:RenderSessionImpl
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1833 public ImsCallSession getSession() { method in class:ImsCall

Completed in 2174 milliseconds