Home
last modified time | relevance | path

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

12

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtManager.java245 AvrcpBipSession session = getSession(device); in getUuidForHandle()
260 AvrcpBipSession session = getSession(device); in getHandleForUuid()
266 AvrcpBipSession session = getSession(device); in clearHandleUuids()
365 private AvrcpBipSession getSession(BluetoothDevice device) { in getSession() method in AvrcpCoverArtManager
475 AvrcpBipSession session = getSession(device); in toString()
DBluetoothMediaBrowserService.java89 MediaSessionCompat session = sBluetoothMediaBrowserService.getSession(); in onReceive()
316 public static synchronized MediaSessionCompat getSession() { in getSession() method in BluetoothMediaBrowserService
347 MediaSessionCompat session = sBluetoothMediaBrowserService.getSession(); in dump()
DAvrcpPlayer.java150 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in setCurrentPlayerApplicationSettings()
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/
DEnrichedCallManager.java159 Session getSession(@NonNull String uniqueCallId, @NonNull String number, @Nullable Filter filter); in getSession() method
164 Session getSession(long sessionId); in getSession() method
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/stub/
DEnrichedCallManagerStub.java80 public Session getSession( in getSession() method in EnrichedCallManagerStub
87 public Session getSession(long sessionId) { in getSession() method in EnrichedCallManagerStub
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java382 mDut.recordDiscoverySessionDuration(client1.getSession(100).getCreationTime(), in testDiscoverySessionMetrics()
383 client1.getSession(100).isPublishSession()); in testDiscoverySessionMetrics()
388 mDut.recordDiscoverySessionDuration(client2.getSession(102).getCreationTime(), in testDiscoverySessionMetrics()
389 client2.getSession(102).isPublishSession()); in testDiscoverySessionMetrics()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java266 } else if (getEnrichedCallManager().getSession(sessionId) == null) { in onResume()
297 Session session = getEnrichedCallManager().getSession(sessionId); in refreshUiForCallComposerState()
434 Session session = getEnrichedCallManager().getSession(sessionId); in sessionReady()
551 if (getEnrichedCallManager().getSession(sessionId) != null) { in onBackPressed()
/packages/modules/DnsResolver/
DDnsTlsSessionCache.h44 bssl::UniquePtr<SSL_SESSION> getSession() EXCLUDES(mLock);
DDnsTlsSessionCache.cpp64 bssl::UniquePtr<SSL_SESSION> DnsTlsSessionCache::getSession() { in getSession() function in android::net::DnsTlsSessionCache
DDnsTlsSocket.cpp254 bssl::UniquePtr<SSL_SESSION> session = mCache->getSession(); in prepareForSslConnect()
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingTask.java96 public CaptureSession getSession(); in getSession() method
DProcessingService.java222 CaptureSession session = task.getSession(); in processAndNotify()
/packages/apps/Camera2/src/com/android/camera/session/
DCaptureSessionManager.java105 public CaptureSession getSession(Uri sessionUri); in getSession() method
DCaptureSessionManagerImpl.java292 public CaptureSession getSession(Uri sessionUri) { in getSession() method in CaptureSessionManagerImpl
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDicTraverseSession.java62 public long getSession() { in getSession() method in DicTraverseSession
DBinaryDictionary.java307 getTraverseSession(sessionId).getSession(), inputPointers.getXCoordinates(), in getSuggestions()
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DImageShadowTask.java135 public CaptureSession getSession() { in getSession() method in ImageShadowTask
DImageBackend.java650 mShadowTaskMap.remove(imageShadowTask.getSession()); in decrementTaskDone()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java1208 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in testBecomeActive()
1272 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in testTrackChangeWhileNotActiveDevice()
1324 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in testPlayPositionChangeWhileNotActiveDevice()
1358 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in testNowPlayingListChangeWhileNotActiveDevice()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java2579 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in updatePublishLocal()
2641 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in updateSubscribeLocal()
2671 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in sendFollowonMessageLocal()
2954 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onSessionConfigSuccessLocal()
3018 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onSessionConfigFailLocal()
3059 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onMessageSendSuccessLocal()
3088 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onMessageSendFailLocal()
DWifiAwareClientState.java214 public WifiAwareDiscoverySessionState getSession(int sessionId) { in getSession() method in WifiAwareClientState
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMailTransport.java249 SSLSession session = ssl.getSession(); in verifyHostname()
/packages/apps/Dialer/java/com/android/incallui/callpending/
DCallPendingActivity.java159 EnrichedCallComponent.get(this).getEnrichedCallManager().getSession(getSessionId()); in createPrimaryInfo()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/
DTlsSession.java125 mSslSession = mSslEngine.getSession(); in TlsSession()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1661 Session session = manager.getSession(getUniqueCallId(), getNumber(), filter); in updateEnrichedCallSession()

12