Searched refs:ContentCapturePerUserService (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerService.java | 90 AbstractMasterSystemService<ContentCaptureManagerService, ContentCapturePerUserService> { 171 protected ContentCapturePerUserService newServiceLocked(@UserIdInt int resolvedUserId, in newServiceLocked() 173 return new ContentCapturePerUserService(this, mLock, disabled, resolvedUserId); in newServiceLocked() 184 protected void onServiceRemoved(@NonNull ContentCapturePerUserService service, in onServiceRemoved() 191 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatingLocked() 199 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatedLocked() 404 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in destroySessions() 430 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in listSessions() 556 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in startSession() 568 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in finishSession() [all …]
|
D | RemoteContentCaptureService.java | 47 private final ContentCapturePerUserService mPerUserService; 51 ContentCapturePerUserService perUserService, boolean bindInstantServiceAllowed, in RemoteContentCaptureService()
|
D | ContentCaptureServerSession.java | 51 private final ContentCapturePerUserService mService; 78 @NonNull ContentCapturePerUserService service, @NonNull ComponentName appComponentName, in ContentCaptureServerSession()
|
D | ContentCapturePerUserService.java | 80 final class ContentCapturePerUserService class 82 AbstractPerUserSystemService<ContentCapturePerUserService, ContentCaptureManagerService> 85 private static final String TAG = ContentCapturePerUserService.class.getSimpleName(); 122 ContentCapturePerUserService(@NonNull ContentCaptureManagerService master, in ContentCapturePerUserService() method in ContentCapturePerUserService
|
/frameworks/base/services/ |
D | art-profile | 6074 PLcom/android/server/contentcapture/ContentCapturePerUserService$ContentCaptureServiceRemoteCallbac… 6075 PLcom/android/server/contentcapture/ContentCapturePerUserService;->dumpLocked(Ljava/lang/String;Lja… 6076 PLcom/android/server/contentcapture/ContentCapturePerUserService;->finishSessionLocked(Ljava/lang/S… 6077 HSPLcom/android/server/contentcapture/ContentCapturePerUserService;->getOptionsForPackageLocked(Lja… 6078 PLcom/android/server/contentcapture/ContentCapturePerUserService;->getSessionId(Landroid/os/IBinder… 6079 HSPLcom/android/server/contentcapture/ContentCapturePerUserService;->newServiceInfoLocked(Landroid/… 6080 HSPLcom/android/server/contentcapture/ContentCapturePerUserService;->onActivityEventLocked(Landroid… 6081 PLcom/android/server/contentcapture/ContentCapturePerUserService;->onConnected()V 6082 PLcom/android/server/contentcapture/ContentCapturePerUserService;->onServiceDied(Lcom/android/serve… 6083 PLcom/android/server/contentcapture/ContentCapturePerUserService;->onServiceDied(Ljava/lang/Object;… [all …]
|