Home
last modified time | relevance | path

Searched defs:mRemoteService (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
DSuggestionController.java61 private ISuggestionService mRemoteService; field in SuggestionController
160 mRemoteService = ISuggestionService.Stub.asInterface(service); in createServiceConnection() field in SuggestionController
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/
DSystemCaptionsManagerPerUserService.java41 private RemoteSystemCaptionsManagerService mRemoteService; field in SystemCaptionsManagerPerUserService
/frameworks/base/services/core/java/com/android/server/role/
DFinancialSmsManager.java58 private IFinancialSmsService mRemoteService; field in FinancialSmsManager
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DContentSuggestionsPerUserService.java56 private RemoteContentSuggestionsService mRemoteService; field in ContentSuggestionsPerUserService
/frameworks/base/services/core/java/com/android/server/
DExplicitHealthCheckController.java83 @GuardedBy("mLock") @Nullable private IExplicitHealthCheckService mRemoteService; field in ExplicitHealthCheckController
/frameworks/base/services/autofill/java/com/android/server/autofill/
DFieldClassificationStrategy.java73 private IAutofillFieldClassificationService mRemoteService; field in FieldClassificationStrategy
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionPerUserService.java53 private RemoteAppPredictionService mRemoteService; field in AppPredictionPerUserService
/frameworks/base/services/core/java/com/android/server/storage/
DCacheQuotaStrategy.java92 private ICacheQuotaService mRemoteService; field in CacheQuotaStrategy
DDeviceStorageMonitorService.java309 private final Binder mRemoteService = new Binder() { field in DeviceStorageMonitorService
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java98 RemoteContentCaptureService mRemoteService; field in ContentCapturePerUserService
/frameworks/base/core/java/android/app/role/
DRoleControllerManager.java67 private final RemoteService mRemoteService; field in RoleControllerManager
/frameworks/base/core/java/android/permission/
DPermissionControllerManager.java217 private final @NonNull RemoteService mRemoteService; field in PermissionControllerManager