/frameworks/base/services/core/java/com/android/server/ondeviceintelligence/ |
D | RemoteOnDeviceSandboxedInferenceService.java | 19 import static android.content.Context.BIND_FOREGROUND_SERVICE; 56 BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, userId, in RemoteOnDeviceSandboxedInferenceService()
|
D | RemoteOnDeviceIntelligenceService.java | 19 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/ |
D | DefaultRemoteAmbientContextDetectionService.java | 19 import static android.content.Context.BIND_FOREGROUND_SERVICE; 48 BIND_FOREGROUND_SERVICE | BIND_INCLUDE_CAPABILITIES, userId, in DefaultRemoteAmbientContextDetectionService()
|
D | RemoteWearableSensingService.java | 19 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/ |
D | RemoteRotationResolverService.java | 19 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/ |
D | RemoteWearableSensingService.java | 19 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/ |
D | AppClipsServiceConnector.java | 91 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, mHandler, in connectToServiceAndProcessRequest()
|
/frameworks/base/services/core/java/com/android/server/appbinding/ |
D | AppBindingConstants.java | 107 Context.BIND_NOT_VISIBLE | Context.BIND_FOREGROUND_SERVICE); in AppBindingConstants()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ConnectionRecord.java | 74 Context.BIND_FOREGROUND_SERVICE, 249 if (hasFlag(Context.BIND_FOREGROUND_SERVICE)) { in toString()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteProviderProxy.java | 115 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bind()
|
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/ |
D | RemoteSystemCaptionsManagerService.java | 133 int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in handleEnsureBound()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsServiceFeatureQueryManager.java | 63 int serviceFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in start()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkScoreServiceTest.java | 889 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/ |
D | DreamOverlayConnectionHandler.java | 228 final int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in buildConnection()
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | RemotePrintServiceRecommendationService.java | 143 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, userHandle); in RemotePrintServiceRecommendationService()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | PersistentConnectionTest.java | 65 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/ |
D | ScreenshotHelper.java | 194 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in takeScreenshotInternal()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DeviceAdminServiceController.java | 69 return Context.BIND_FOREGROUND_SERVICE; in getBindFlags()
|
/frameworks/base/services/core/java/com/android/server/telecom/ |
D | TelecomLoaderService.java | 153 int flags = Context.BIND_IMPORTANT | Context.BIND_FOREGROUND_SERVICE in connectToTelecom()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | ResumeOnRebootServiceProvider.java | 157 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bindToService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | ControlsProviderLifecycleManager.kt | 83 private val BIND_FLAGS = Context.BIND_AUTO_CREATE or Context.BIND_FOREGROUND_SERVICE or
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | ManagedApplicationService.java | 393 int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in connect()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolverConnection.java | 225 final int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE; in bind()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | RemoteDisplayProviderProxy.java | 194 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, in bind()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/ |
D | DomainSelectionControllerTest.java | 153 int expectedFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in testBindService()
|