Home
last modified time | relevance | path

Searched refs:onSessionStarted (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/aware/
DIWifiAwareDiscoverySessionCallback.aidl26 void onSessionStarted(int discoverySessionId); in onSessionStarted() method
DWifiAwareManager.java675 public void onSessionStarted(int sessionId) { in onSessionStarted() method in WifiAwareManager.WifiAwareDiscoverySessionCallbackProxy
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DRemoteContentCaptureService.java109 public void onSessionStarted(@Nullable ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method in RemoteContentCaptureService
112 (s) -> s.onSessionStarted(context, sessionId, uid, clientReceiver, initialState)); in onSessionStarted()
DContentCaptureServerSession.java114 mService.mRemoteService.onSessionStarted(mContentCaptureContext, mId, mUid, clientReceiver, in notifySessionStartedLocked()
200 remoteService.onSessionStarted(new ContentCaptureContext(mContentCaptureContext, in resurrectLocked()
/frameworks/base/core/java/android/service/contentcapture/
DIContentCaptureService.aidl38 void onSessionStarted(in ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method
DContentCaptureService.java142 public void onSessionStarted(ContentCaptureContext context, int sessionId, int uid,
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DFalsingClassifier.java108 void onSessionStarted() {}; in onSessionStarted() method in FalsingClassifier
DProximityClassifier.java58 void onSessionStarted() { in onSessionStarted() method in ProximityClassifier
DBrightLineFalsingManager.java107 mClassifiers.forEach(FalsingClassifier::onSessionStarted); in sessionStart()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java288 inOrder.verify(mockSessionCallback1).onSessionStarted(sessionId.capture()); in testRequestMacAddresses()
296 inOrder.verify(mockSessionCallback2).onSessionStarted(sessionId.capture()); in testRequestMacAddresses()
701 inOrder.verify(mockSessionCallback).onSessionStarted(anyInt()); in testHalNoResponseTimeout()
827 inOrder.verify(mockSessionCallback).onSessionStarted(sessionId.capture()); in testPublishSuccessTerminated()
909 inOrder.verify(mockSessionCallback).onSessionStarted(sessionId.capture()); in testPublishUpdateFail()
1024 inOrder.verify(mockSessionCallback).onSessionStarted(anyInt()); in testDisconnectWhilePublishPending()
1157 inOrder.verify(mockSessionCallback).onSessionStarted(sessionId.capture()); in testSubscribeSuccessTerminated()
1239 inOrder.verify(mockSessionCallback).onSessionStarted(sessionId.capture()); in testSubscribeUpdateFail()
1334 inOrder.verify(mockSessionCallback).onSessionStarted(anyInt()); in testDisconnectWhileSubscribePending()
1409 inOrder.verify(mockSessionCallback).onSessionStarted(sessionId.capture()); in testMatchAndMessages()
[all …]
DWifiAwareDataPathStateManagerTest.java1628 sessionProxyCallback.getValue().onSessionStarted(sessionId); in getSessionNetworkRequestMore()
1749 inOrder.verify(mMockSessionCallback).onSessionStarted(sessionId.capture()); in initDataPathEndPoint()
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java320 sessionProxyCallback.getValue().onSessionStarted(sessionId); in testPublishFlow()
410 sessionProxyCallback.getValue().onSessionStarted(sessionId); in testPublishRemoteTerminate()
469 sessionProxyCallback.getValue().onSessionStarted(sessionId); in testSubscribeFlow()
552 sessionProxyCallback.getValue().onSessionStarted(sessionId); in testSubscribeRemoteTerminate()
956 sessionProxyCallback.getValue().onSessionStarted(sessionId); in testNetworkSpecifierWithClient()
1253 sessionProxyCallback.getValue().onSessionStarted(sessionId); in executeNetworkSpecifierWithClient()
1529 sessionProxyCallback.getValue().onSessionStarted(sessionId); in executeSessionStartup()
1538 sessionProxyCallback.getValue().onSessionStarted(sessionId); in executeSessionStartup()
/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java182 mHandler.post(() -> onSessionStarted(resultCode, binder)); in MainContentCaptureSession()
254 private void onSessionStarted(int resultCode, @Nullable IBinder binder) { in onSessionStarted() method in MainContentCaptureSession
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java2667 callback.onSessionStarted(sessionId); in onSessionConfigSuccessLocal()
/frameworks/base/services/
Dart-profile6099 PLcom/android/server/contentcapture/RemoteContentCaptureService;->onSessionStarted(Landroid/view/co…