Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/
H A DSessionTrackerTest.java111 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DMainContentCaptureSessionTest.java90 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionEnabled_processorCreated()
103 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionDisabled_processorNotCreated()
119 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_contentProtectionNoBuffer_processorNotCreated()
130 session.onSessionStarted(/* resultCode= */ 0, /* binder= */ null); in onSessionStarted_noComponentName_processorNotCreated()
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DSessionMonitor.java92 public void onSessionStarted(@SessionFlags int sessionType, @NonNull InstanceId instanceId) { in onSessionStarted() method in SessionMonitor
103 listener.onSessionStarted(sessionType, instanceId); in onSessionStarted()
H A DStatusBarManagerService.java2146 public void onSessionStarted(@SessionFlags int sessionType, InstanceId instance) { in onSessionStarted() method in StatusBarManagerService
2147 mSessionMonitor.onSessionStarted(sessionType, instance); in onSessionStarted()
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DISessionListener.aidl23 void onSessionStarted(int sessionType, in InstanceId instance); in onSessionStarted() method
H A DIStatusBarService.aidl209 void onSessionStarted(int sessionType, in InstanceId instanceId); in onSessionStarted() method
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A 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()
H A DContentCaptureServerSession.java115 mService.mRemoteService.onSessionStarted(mContentCaptureContext, mId, mUid, clientReceiver, in notifySessionStartedLocked()
201 remoteService.onSessionStarted(new ContentCaptureContext(mContentCaptureContext, in resurrectLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java408 void onSessionStarted() {
409 mSessionListeners.forEach(SessionListener::onSessionStarted);
444 void onSessionStarted();
H A DFalsingClassifier.java118 void onSessionStarted() {} in onSessionStarted() method in FalsingClassifier
H A DProximityClassifier.java68 void onSessionStarted() { in onSessionStarted() method in ProximityClassifier
H A DBrightLineFalsingManager.java100 public void onSessionStarted() {
101 mClassifiers.forEach(FalsingClassifier::onSessionStarted);
H A DFalsingCollectorImpl.java401 mFalsingDataProvider.onSessionStarted(); in sessionStart()
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DIContentCaptureService.aidl40 void onSessionStarted(in ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method
H A DContentCaptureService.java165 public void onSessionStarted(ContentCaptureContext context, int sessionId, int uid,
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/
H A DBiometricContextProviderTest.java291 mSessionListener.onSessionStarted(StatusBarManager.SESSION_KEYGUARD, in testSessionId()
297 mSessionListener.onSessionStarted(StatusBarManager.SESSION_BIOMETRIC_PROMPT, in testSessionId()
353 mSessionListener.onSessionStarted(type, InstanceId.fakeInstanceId(id)); in testUpdateAllSessionTypes()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DSessionTracker.java116 mStatusBarManagerService.onSessionStarted(type, instanceId); in startSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/
H A DBiometricContextProvider.java133 public void onSessionStarted(int sessionType, InstanceId instance) { in subscribeBiometricContextListener()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java209 mainSession.mHandler.post(() -> mainSession.onSessionStarted(resultCode, binder)); in send()
305 public void onSessionStarted(int resultCode, @Nullable IBinder binder) { in onSessionStarted() method in MainContentCaptureSession
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19243 HSPLandroid/view/contentcapture/MainContentCaptureSession;->onSessionStarted(ILandroid/os/IBinder;)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19307 HSPLandroid/view/contentcapture/MainContentCaptureSession;->onSessionStarted(ILandroid/os/IBinder;)V