Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/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/modules/Uwb/service/java/com/android/server/uwb/secure/omapi/
DOmapiConnectionImpl.java111 Session session = getSession(); in closeChannel()
171 Session session = getSession(); in openChannel()
198 private Session getSession() throws IOException { in getSession() method in OmapiConnectionImpl
/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
/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
/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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java1207 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in testBecomeActive()
1271 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in testTrackChangeWhileNotActiveDevice()
1323 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in testPlayPositionChangeWhileNotActiveDevice()
1357 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in testNowPlayingListChangeWhileNotActiveDevice()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareClientState.java227 public WifiAwareDiscoverySessionState getSession(int sessionId) { in getSession() method in WifiAwareClientState
DWifiAwareStateManager.java2753 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in updatePublishLocal()
2815 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in updateSubscribeLocal()
2845 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in sendFollowonMessageLocal()
3153 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onSessionConfigSuccessLocal()
3220 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onSessionConfigFailLocal()
3264 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onMessageSendSuccessLocal()
3293 WifiAwareDiscoverySessionState session = client.getSession(sessionId); in onMessageSendFailLocal()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DAppSearchHelperTest.java80 AppSearchSession session = mAppSearchHelper.getSession(); in testAppSearchHelper_permissionIsSetCorrectlyForPerson()
/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/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DAppSearchHelper.java212 AppSearchSession getSession() throws ExecutionException, InterruptedException { in getSession() method in AppSearchHelper

12