/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | MainContentCaptureSessionV2Test.java | 109 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionEnabled_processorCreated() 123 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionDisabled_processorNotCreated() 144 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionNoBuffer_processorNotCreated() 165 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionNoGroups_processorNotCreated() 177 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_noComponentName_processorNotCreated() 381 session.onSessionStarted(0x2, null); in notifyContentCaptureEvents_started_ContentCaptureDisabled_ProtectionDisabled() 420 session.onSessionStarted(0x2, null); in notifyContentCaptureEvents_started_ContentCaptureEnabled_ProtectionEnabled() 445 session.onSessionStarted(0x2, null); in notifyViewAppearedBelowMaximumBufferSize() 467 session.onSessionStarted(0x2, null); in notifyViewAppearedExactAsMaximumBufferSize() 489 session.onSessionStarted(0x2, null); in notifyViewAppearedAboveMaximumBufferSize()
|
D | MainContentCaptureSessionTest.java | 109 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionEnabled_processorCreated() 123 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionDisabled_processorNotCreated() 144 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionNoBuffer_processorNotCreated() 165 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionNoGroups_processorNotCreated() 177 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_noComponentName_processorNotCreated() 381 session.onSessionStarted(0x2, null); in notifyContentCaptureEvents_started_ContentCaptureDisabled_ProtectionDisabled() 420 session.onSessionStarted(0x2, null); in notifyContentCaptureEvents_started_ContentCaptureEnabled_ProtectionEnabled()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/ |
D | SessionTrackerTest.java | 111 verify(mStatusBarService).onSessionStarted(eq(SESSION_KEYGUARD), any(InstanceId.class)); in testOnStartShowingKeyguard() 141 verify(mStatusBarService).onSessionStarted( in testBiometricPromptShowing() 176 verify(mStatusBarService).onSessionStarted( in testKeyguardSessionOnDeviceStartsSleeping() 204 verify(mStatusBarService, times(2)).onSessionStarted( in testKeyguardSessionOnDeviceStartsSleepingTwiceInARow_startsNewKeyguardSession() 222 verify(mStatusBarService).onSessionStarted( in testKeyguardSessionOnKeyguardShowingChange()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | SessionMonitor.java | 92 public void onSessionStarted(@SessionFlags int sessionType, @NonNull InstanceId instanceId) { in onSessionStarted() method in SessionMonitor 103 listener.onSessionStarted(sessionType, instanceId); in onSessionStarted()
|
D | StatusBarManagerService.java | 2208 public void onSessionStarted(@SessionFlags int sessionType, InstanceId instance) { in onSessionStarted() method in StatusBarManagerService 2209 mSessionMonitor.onSessionStarted(sessionType, instance); in onSessionStarted()
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | ISessionListener.aidl | 23 void onSessionStarted(int sessionType, in InstanceId instance); in onSessionStarted() method
|
D | IStatusBarService.aidl | 209 void onSessionStarted(int sessionType, in InstanceId instanceId); in onSessionStarted() method
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | RemoteContentCaptureService.java | 124 public void onSessionStarted(@Nullable ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method in RemoteContentCaptureService 127 (s) -> s.onSessionStarted(context, sessionId, uid, clientReceiver, initialState)); in onSessionStarted()
|
D | ContentCaptureServerSession.java | 115 mService.mRemoteService.onSessionStarted(mContentCaptureContext, mId, mUid, clientReceiver, in notifySessionStartedLocked() 201 remoteService.onSessionStarted(new ContentCaptureContext(mContentCaptureContext, in resurrectLocked()
|
/frameworks/base/core/java/android/service/contentcapture/ |
D | IContentCaptureService.aidl | 40 void onSessionStarted(in ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method
|
D | ContentCaptureService.java | 176 public void onSessionStarted(ContentCaptureContext context, int sessionId, int uid,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingDataProvider.java | 435 void onSessionStarted() { 436 mSessionListeners.forEach(SessionListener::onSessionStarted); 473 void onSessionStarted();
|
D | FalsingClassifier.java | 118 void onSessionStarted() {} in onSessionStarted() method in FalsingClassifier
|
D | ProximityClassifier.java | 67 void onSessionStarted() { in onSessionStarted() method in ProximityClassifier
|
D | BrightLineFalsingManager.java | 101 public void onSessionStarted() { 103 mClassifiers.forEach(FalsingClassifier::onSessionStarted);
|
D | FalsingCollectorImpl.java | 452 mFalsingDataProvider.onSessionStarted(); in sessionStart()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/ |
D | BiometricContextProviderTest.java | 336 mSessionListener.onSessionStarted(StatusBarManager.SESSION_KEYGUARD, in testSessionId() 342 mSessionListener.onSessionStarted(StatusBarManager.SESSION_BIOMETRIC_PROMPT, in testSessionId() 398 mSessionListener.onSessionStarted(type, InstanceId.fakeInstanceId(id)); in testUpdateAllSessionTypes()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
D | SessionTracker.java | 116 mStatusBarManagerService.onSessionStarted(type, instanceId); in startSession()
|
/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
D | BiometricContextProvider.java | 143 public void onSessionStarted(int sessionType, InstanceId instance) { in subscribeBiometricContextListener()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
D | BrightLineFalsingManagerTest.java | 212 sessionListener.onSessionStarted(); in testAddAndRemoveFalsingBeliefListener()
|
/frameworks/av/media/module/libmediatranscoding/ |
D | TranscodingSessionController.cpp | 199 bool onSessionStarted(uid_t uid, uid_t callingUid); 254 bool TranscodingSessionController::Pacer::onSessionStarted(uid_t uid, uid_t callingUid) { in onSessionStarted() function in android::TranscodingSessionController::Pacer 540 if (mPacer->onSessionStarted(uid, topSession->callingUid)) { in updateCurrentSession_l()
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | MainContentCaptureSession.java | 211 mainSession.onSessionStarted(resultCode, binder)); in send() 307 public void onSessionStarted(int resultCode, @Nullable IBinder binder) { in onSessionStarted() method in MainContentCaptureSession
|
D | MainContentCaptureSessionV2.java | 226 mainSession.onSessionStarted(resultCode, binder)); in send() 330 public void onSessionStarted(int resultCode, @Nullable IBinder binder) { in onSessionStarted() method in MainContentCaptureSessionV2
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 18900 HSPLandroid/view/contentcapture/MainContentCaptureSession;->onSessionStarted(ILandroid/os/IBinder;)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 18964 HSPLandroid/view/contentcapture/MainContentCaptureSession;->onSessionStarted(ILandroid/os/IBinder;)V
|