Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/contentcapture/
H A DIContentCaptureService.aidl40 void onSessionStarted(in ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/aware/
H A DIWifiAwareDiscoverySessionCallback.aidl26 void onSessionStarted(int discoverySessionId); in onSessionStarted() method
H A DWifiAwareManager.java796 public void onSessionStarted(int sessionId) { in onSessionStarted() method in WifiAwareManager.WifiAwareDiscoverySessionCallbackProxy
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java337 void onSessionStarted() { in onSessionStarted() method in FalsingDataProvider
369 void onSessionStarted(); in onSessionStarted() method
H A DProximityClassifier.java67 void onSessionStarted() { in onSessionStarted() method in ProximityClassifier
H A DFalsingClassifier.java118 void onSessionStarted() {} in onSessionStarted() method in FalsingClassifier
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DRemoteContentCaptureService.java115 public void onSessionStarted(@Nullable ContentCaptureContext context, int sessionId, int uid, in onSessionStarted() method in RemoteContentCaptureService
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java286 private void onSessionStarted(int resultCode, @Nullable IBinder binder) { in onSessionStarted() method in MainContentCaptureSession
/aosp12/frameworks/av/media/libmediatranscoding/
H A DTranscodingSessionController.cpp254 bool TranscodingSessionController::Pacer::onSessionStarted(uid_t uid, uid_t callingUid) { in onSessionStarted() function in android::TranscodingSessionController::Pacer