/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpCoverArtManager.java | 245 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()
|
D | BluetoothMediaBrowserService.java | 89 MediaSessionCompat session = sBluetoothMediaBrowserService.getSession(); in onReceive() 316 public static synchronized MediaSessionCompat getSession() { in getSession() method in BluetoothMediaBrowserService 347 MediaSessionCompat session = sBluetoothMediaBrowserService.getSession(); in dump()
|
D | AvrcpPlayer.java | 150 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in setCurrentPlayerApplicationSettings()
|
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/ |
D | EnrichedCallManager.java | 159 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/ |
D | EnrichedCallManagerStub.java | 80 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/ |
D | WifiAwareMetricsTest.java | 382 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/ |
D | CallComposerActivity.java | 266 } 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/ |
D | DnsTlsSessionCache.h | 44 bssl::UniquePtr<SSL_SESSION> getSession() EXCLUDES(mLock);
|
D | DnsTlsSessionCache.cpp | 64 bssl::UniquePtr<SSL_SESSION> DnsTlsSessionCache::getSession() { in getSession() function in android::net::DnsTlsSessionCache
|
D | DnsTlsSocket.cpp | 254 bssl::UniquePtr<SSL_SESSION> session = mCache->getSession(); in prepareForSslConnect()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingTask.java | 96 public CaptureSession getSession(); in getSession() method
|
D | ProcessingService.java | 222 CaptureSession session = task.getSession(); in processAndNotify()
|
/packages/apps/Camera2/src/com/android/camera/session/ |
D | CaptureSessionManager.java | 105 public CaptureSession getSession(Uri sessionUri); in getSession() method
|
D | CaptureSessionManagerImpl.java | 292 public CaptureSession getSession(Uri sessionUri) { in getSession() method in CaptureSessionManagerImpl
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | DicTraverseSession.java | 62 public long getSession() { in getSession() method in DicTraverseSession
|
D | BinaryDictionary.java | 307 getTraverseSession(sessionId).getSession(), inputPointers.getXCoordinates(), in getSuggestions()
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | ImageShadowTask.java | 135 public CaptureSession getSession() { in getSession() method in ImageShadowTask
|
D | ImageBackend.java | 650 mShadowTaskMap.remove(imageShadowTask.getSession()); in decrementTaskDone()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 1208 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/ |
D | WifiAwareStateManager.java | 2579 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()
|
D | WifiAwareClientState.java | 214 public WifiAwareDiscoverySessionState getSession(int sessionId) { in getSession() method in WifiAwareClientState
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | MailTransport.java | 249 SSLSession session = ssl.getSession(); in verifyHostname()
|
/packages/apps/Dialer/java/com/android/incallui/callpending/ |
D | CallPendingActivity.java | 159 EnrichedCallComponent.get(this).getEnrichedCallManager().getSession(getSessionId()); in createPrimaryInfo()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/ |
D | TlsSession.java | 125 mSslSession = mSslEngine.getSession(); in TlsSession()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | DialerCall.java | 1661 Session session = manager.getSession(getUniqueCallId(), getNumber(), filter); in updateEnrichedCallSession()
|