Home
last modified time | relevance | path

Searched refs:BIND_FOREGROUND_SERVICE (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/ondeviceintelligence/
DRemoteOnDeviceSandboxedInferenceService.java19 import static android.content.Context.BIND_FOREGROUND_SERVICE;
56 BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, userId, in RemoteOnDeviceSandboxedInferenceService()
DRemoteOnDeviceIntelligenceService.java19 import static android.content.Context.BIND_FOREGROUND_SERVICE;
47 BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, userId, in RemoteOnDeviceIntelligenceService()
/frameworks/base/services/core/java/com/android/server/ambientcontext/
DDefaultRemoteAmbientContextDetectionService.java19 import static android.content.Context.BIND_FOREGROUND_SERVICE;
48 BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, userId, in DefaultRemoteAmbientContextDetectionService()
DRemoteWearableSensingService.java19 import static android.content.Context.BIND_FOREGROUND_SERVICE;
48 BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, userId, in RemoteWearableSensingService()
/frameworks/base/services/core/java/com/android/server/rotationresolver/
DRemoteRotationResolverService.java19 import static android.content.Context.BIND_FOREGROUND_SERVICE;
61 BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, userId, in RemoteRotationResolverService()
/frameworks/base/services/core/java/com/android/server/wearable/
DRemoteWearableSensingService.java19 import static android.content.Context.BIND_FOREGROUND_SERVICE;
62 BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, userId, in RemoteWearableSensingService()
/frameworks/base/core/java/com/android/internal/statusbar/
DAppClipsServiceConnector.java91 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, mHandler, in connectToServiceAndProcessRequest()
/frameworks/base/services/core/java/com/android/server/appbinding/
DAppBindingConstants.java107 Context.BIND_NOT_VISIBLE | Context.BIND_FOREGROUND_SERVICE); in AppBindingConstants()
/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java74 Context.BIND_FOREGROUND_SERVICE,
249 if (hasFlag(Context.BIND_FOREGROUND_SERVICE)) { in toString()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderProxy.java115 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bind()
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/
DRemoteSystemCaptionsManagerService.java133 int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in handleEnsureBound()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceFeatureQueryManager.java63 int serviceFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in start()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScoreServiceTest.java889 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_bind_notBound()
902 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_bind_alreadyBound()
913 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_bind_alreadyBound()
926 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_bindFails()
953 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_unbind_alreadyBound()
/frameworks/base/core/java/android/service/dreams/
DDreamOverlayConnectionHandler.java228 final int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in buildConnection()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintServiceRecommendationService.java143 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, userHandle); in RemotePrintServiceRecommendationService()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DPersistentConnectionTest.java65 return Context.BIND_FOREGROUND_SERVICE; in getBindFlags()
151 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testAll()
/frameworks/base/core/java/com/android/internal/util/
DScreenshotHelper.java194 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in takeScreenshotInternal()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceAdminServiceController.java69 return Context.BIND_FOREGROUND_SERVICE; in getBindFlags()
/frameworks/base/services/core/java/com/android/server/telecom/
DTelecomLoaderService.java153 int flags = Context.BIND_IMPORTANT | Context.BIND_FOREGROUND_SERVICE in connectToTelecom()
/frameworks/base/services/core/java/com/android/server/locksettings/
DResumeOnRebootServiceProvider.java157 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bindToService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsProviderLifecycleManager.kt83 private val BIND_FLAGS = Context.BIND_AUTO_CREATE or Context.BIND_FOREGROUND_SERVICE or
/frameworks/base/services/core/java/com/android/server/utils/
DManagedApplicationService.java393 int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in connect()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolverConnection.java225 final int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in bind()
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderProxy.java194 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bind()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DDomainSelectionControllerTest.java153 int expectedFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in testBindService()

123