/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | IWifiAwareDiscoverySessionCallback.aidl | 26 void onSessionStarted(int discoverySessionId); in onSessionStarted() method
|
D | WifiAwareManager.java | 675 public void onSessionStarted(int sessionId) { in onSessionStarted() method in WifiAwareManager.WifiAwareDiscoverySessionCallbackProxy
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | RemoteContentCaptureService.java | 109 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()
|
D | ContentCaptureServerSession.java | 114 mService.mRemoteService.onSessionStarted(mContentCaptureContext, mId, mUid, clientReceiver, in notifySessionStartedLocked() 200 remoteService.onSessionStarted(new ContentCaptureContext(mContentCaptureContext, in resurrectLocked()
|
/frameworks/base/core/java/android/service/contentcapture/ |
D | IContentCaptureService.aidl | 38 void onSessionStarted(in ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method
|
D | ContentCaptureService.java | 142 public void onSessionStarted(ContentCaptureContext context, int sessionId, int uid,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/ |
D | FalsingClassifier.java | 108 void onSessionStarted() {}; in onSessionStarted() method in FalsingClassifier
|
D | ProximityClassifier.java | 58 void onSessionStarted() { in onSessionStarted() method in ProximityClassifier
|
D | BrightLineFalsingManager.java | 107 mClassifiers.forEach(FalsingClassifier::onSessionStarted); in sessionStart()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 288 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 …]
|
D | WifiAwareDataPathStateManagerTest.java | 1628 sessionProxyCallback.getValue().onSessionStarted(sessionId); in getSessionNetworkRequestMore() 1749 inOrder.verify(mMockSessionCallback).onSessionStarted(sessionId.capture()); in initDataPathEndPoint()
|
/frameworks/base/wifi/tests/src/android/net/wifi/aware/ |
D | WifiAwareManagerTest.java | 320 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/ |
D | MainContentCaptureSession.java | 182 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/ |
D | WifiAwareStateManager.java | 2667 callback.onSessionStarted(sessionId); in onSessionConfigSuccessLocal()
|
/frameworks/base/services/ |
D | art-profile | 6099 PLcom/android/server/contentcapture/RemoteContentCaptureService;->onSessionStarted(Landroid/view/co…
|