Home
last modified time | relevance | path

Searched defs:onSessionStarted (Results 1 – 9 of 9) sorted by relevance

/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/core/java/android/service/contentcapture/
H A DIContentCaptureService.aidl40 void onSessionStarted(in ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method
/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
H A DStatusBarManagerService.java2146 public void onSessionStarted(@SessionFlags int sessionType, InstanceId instance) { in onSessionStarted() method in StatusBarManagerService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DProximityClassifier.java68 void onSessionStarted() { in onSessionStarted() method in ProximityClassifier
H A DFalsingClassifier.java118 void onSessionStarted() {} in onSessionStarted() method in FalsingClassifier
/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
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java305 public void onSessionStarted(int resultCode, @Nullable IBinder binder) { in onSessionStarted() method in MainContentCaptureSession