Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java63 Context.BIND_FOREGROUND_SERVICE,
201 if ((flags&Context.BIND_FOREGROUND_SERVICE) != 0) { in toString()
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/
DRemoteSystemCaptionsManagerService.java111 int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in ensureBound()
/frameworks/base/services/core/java/com/android/server/appbinding/
DAppBindingConstants.java107 Context.BIND_NOT_VISIBLE | Context.BIND_FOREGROUND_SERVICE); in AppBindingConstants()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScoreServiceTest.java887 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_bind_notBound()
900 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_bind_alreadyBound()
911 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_bind_alreadyBound()
924 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_bindFails()
951 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE), in testServiceConnection_unbind_alreadyBound()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceFeatureQueryManager.java59 int serviceFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in start()
DImsServiceController.java380 int serviceFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in bind()
/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/services/print/java/com/android/server/print/
DRemotePrintServiceRecommendationService.java143 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, userHandle); in RemotePrintServiceRecommendationService()
DRemotePrintSpooler.java621 flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in bindLocked()
DRemotePrintService.java574 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in ensureBound()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceAdminServiceController.java75 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/pm/
DInstantAppResolverConnection.java221 final int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in bind()
/frameworks/base/services/core/java/com/android/server/utils/
DManagedApplicationService.java392 int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in connect()
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderProxy.java194 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bind()
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamController.java156 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in startDream()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java282 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in rebind()
/frameworks/base/core/java/com/android/internal/infra/
DAbstractRemoteService.java425 final int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in handleEnsureBound()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderProxy.java150 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bind()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java412 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in startLocked()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java21 import static android.content.Context.BIND_FOREGROUND_SERVICE;
1020 BIND_AUTO_CREATE | BIND_FOREGROUND_SERVICE, mUser); in bind()
/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java542 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in bindLocked()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java426 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, user); in TrustAgentWrapper()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java21 import static android.content.Context.BIND_FOREGROUND_SERVICE;
183 return BIND_AUTO_CREATE | BIND_FOREGROUND_SERVICE | BIND_ALLOW_WHITELIST_MANAGEMENT; in getBindFlags()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java440 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bindCameraPrewarmService()

12