Searched defs:onSessionStarted (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | ISessionListener.aidl | 23 void onSessionStarted(int sessionType, in InstanceId instance); in onSessionStarted() method
|
H A D | IStatusBarService.aidl | 209 void onSessionStarted(int sessionType, in InstanceId instanceId); in onSessionStarted() method
|
/aosp14/frameworks/base/core/java/android/service/contentcapture/ |
H A D | IContentCaptureService.aidl | 40 void onSessionStarted(in ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | SessionMonitor.java | 92 public void onSessionStarted(@SessionFlags int sessionType, @NonNull InstanceId instanceId) { in onSessionStarted() method in SessionMonitor
|
H A D | StatusBarManagerService.java | 2146 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 D | ProximityClassifier.java | 68 void onSessionStarted() { in onSessionStarted() method in ProximityClassifier
|
H A D | FalsingClassifier.java | 118 void onSessionStarted() {} in onSessionStarted() method in FalsingClassifier
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | RemoteContentCaptureService.java | 124 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 D | MainContentCaptureSession.java | 305 public void onSessionStarted(int resultCode, @Nullable IBinder binder) { in onSessionStarted() method in MainContentCaptureSession
|