Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/rotationresolver/
DRemoteRotationResolverService.java19 import static android.content.Context.BIND_FOREGROUND_SERVICE;
62 BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, userId, in RemoteRotationResolverService()
/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java64 Context.BIND_FOREGROUND_SERVICE,
208 if ((flags&Context.BIND_FOREGROUND_SERVICE) != 0) { in toString()
/frameworks/base/services/core/java/com/android/server/appbinding/
DAppBindingConstants.java107 Context.BIND_NOT_VISIBLE | Context.BIND_FOREGROUND_SERVICE); in AppBindingConstants()
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/
DRemoteSystemCaptionsManagerService.java133 int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in handleEnsureBound()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderProxy.java115 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bind()
/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/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceAdminServiceController.java66 return Context.BIND_FOREGROUND_SERVICE; in getBindFlags()
/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()
/frameworks/base/services/core/java/com/android/server/speech/
DRemoteSpeechRecognitionService.java70 | Context.BIND_FOREGROUND_SERVICE in RemoteSpeechRecognitionService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsProviderLifecycleManager.kt79 private val BIND_FLAGS = Context.BIND_AUTO_CREATE or Context.BIND_FOREGROUND_SERVICE or
/frameworks/base/services/core/java/com/android/server/telecom/
DTelecomLoaderService.java155 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/services/core/java/com/android/server/attention/
DAttentionManagerService.java20 import static android.content.Context.BIND_FOREGROUND_SERVICE;
691 BIND_AUTO_CREATE | BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, in bindLocked()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolverConnection.java220 final int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in bind()
/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/media/
DRemoteDisplayProviderProxy.java194 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bind()
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamController.java143 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in startDream()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java235 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE)); in bindService()
/frameworks/base/core/java/com/android/internal/util/
DScreenshotHelper.java374 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in takeScreenshot()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java283 | Context.BIND_FOREGROUND_SERVICE in rebind()
DGbaManager.java418 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE)) { in bindService()
/frameworks/base/core/java/com/android/internal/infra/
DAbstractRemoteService.java443 final int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in handleEnsureBound()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java426 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, user); in TrustAgentWrapper()

12