Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DMainContentCaptureSessionTest.java115 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionEnabled_processorCreated()
129 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionDisabled_processorNotCreated()
150 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionNoBuffer_processorNotCreated()
171 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionNoGroups_processorNotCreated()
183 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_noComponentName_processorNotCreated()
387 session.onSessionStarted(0x2, null); in notifyContentCaptureEvents_started_ContentCaptureDisabled_ProtectionDisabled()
427 session.onSessionStarted(0x2, null); in notifyContentCaptureEvents_started_ContentCaptureEnabled_ProtectionEnabled()
455 session.onSessionStarted(0x2, null); in notifyContentCaptureEvents_started_ContentCaptureEnabled_ProtectionEnabled_Flush()
480 session.onSessionStarted(0x2, null); in notifyViewAppearedBelowMaximumBufferSize()
502 session.onSessionStarted(0x2, null); in notifyViewAppearedExactAsMaximumBufferSize()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/log/
DSessionTrackerTest.java116 verify(mStatusBarService).onSessionStarted(eq(SESSION_KEYGUARD), any(InstanceId.class)); in testOnStartShowingKeyguard()
146 verify(mStatusBarService).onSessionStarted( in testBiometricPromptShowing()
181 verify(mStatusBarService).onSessionStarted( in testKeyguardSessionOnDeviceStartsSleeping()
209 verify(mStatusBarService, times(2)).onSessionStarted( in testKeyguardSessionOnDeviceStartsSleepingTwiceInARow_startsNewKeyguardSession()
227 verify(mStatusBarService).onSessionStarted( in testKeyguardSessionOnKeyguardShowingChange()
/frameworks/base/services/core/java/com/android/server/statusbar/
DSessionMonitor.java92 public void onSessionStarted(@SessionFlags int sessionType, @NonNull InstanceId instanceId) { in onSessionStarted() method in SessionMonitor
103 listener.onSessionStarted(sessionType, instanceId); in onSessionStarted()
DStatusBarManagerService.java2543 public void onSessionStarted(@SessionFlags int sessionType, InstanceId instance) { in onSessionStarted() method in StatusBarManagerService
2546 mSessionMonitor.onSessionStarted(sessionType, instance); in onSessionStarted()
/frameworks/base/core/java/com/android/internal/statusbar/
DISessionListener.aidl23 void onSessionStarted(int sessionType, in InstanceId instance); in onSessionStarted() method
DIStatusBarService.aidl223 void onSessionStarted(int sessionType, in InstanceId instanceId); in onSessionStarted() method
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DRemoteContentCaptureService.java124 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()
DContentCaptureServerSession.java115 mService.mRemoteService.onSessionStarted(mContentCaptureContext, mId, mUid, clientReceiver, in notifySessionStartedLocked()
201 remoteService.onSessionStarted(new ContentCaptureContext(mContentCaptureContext, in resurrectLocked()
/frameworks/base/core/java/android/service/contentcapture/
DIContentCaptureService.aidl40 void onSessionStarted(in ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method
DContentCaptureService.java176 public void onSessionStarted(ContentCaptureContext context, int sessionId, int uid,
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingDataProvider.java461 void onSessionStarted() {
462 mSessionListeners.forEach(SessionListener::onSessionStarted);
499 void onSessionStarted();
DFalsingClassifier.java118 void onSessionStarted() {} in onSessionStarted() method in FalsingClassifier
DProximityClassifier.java67 void onSessionStarted() { in onSessionStarted() method in ProximityClassifier
DBrightLineFalsingManager.java98 public void onSessionStarted() {
100 mClassifiers.forEach(FalsingClassifier::onSessionStarted);
DFalsingCollectorImpl.java472 mFalsingDataProvider.onSessionStarted(); in sessionStart()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/
DBiometricContextProviderTest.java336 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/
DSessionTracker.java131 mStatusBarManagerService.onSessionStarted(type, instanceId); in startSession()
/frameworks/base/services/core/java/com/android/server/biometrics/log/
DBiometricContextProvider.java143 public void onSessionStarted(int sessionType, InstanceId instance) { in subscribeBiometricContextListener()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/classifier/
DBrightLineFalsingManagerTest.java228 sessionListener.onSessionStarted(); in testAddAndRemoveFalsingBeliefListener()
/frameworks/av/media/module/libmediatranscoding/
DTranscodingSessionController.cpp199 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/packages/SystemUI/tests/utils/src/android/internal/statusbar/
DFakeStatusBarService.kt413 override fun onSessionStarted(sessionType: Int, instanceId: InstanceId) {} in onSessionStarted() method in android.internal.statusbar.FakeStatusBarService
/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java225 mainSession.onSessionStarted(resultCode, binder)); in send()
329 public void onSessionStarted(int resultCode, @Nullable IBinder binder) { in onSessionStarted() method in MainContentCaptureSession
/frameworks/base/boot/
Dboot-image-profile.txt19573 HSPLandroid/view/contentcapture/MainContentCaptureSession;->onSessionStarted(ILandroid/os/IBinder;)V