Searched refs:BIND_FOREGROUND_SERVICE (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/am/
H A DConnectionRecord.java98 if ((flags&Context.BIND_FOREGROUND_SERVICE) != 0) {
H A DPersistentConnection.java243 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE,
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java143 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, userHandle);
H A DRemotePrintSpooler.java618 flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE;
H A DRemotePrintService.java550 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE,
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScoreServiceTest.java854 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE),
867 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE),
878 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE),
891 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE),
918 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE),
/frameworks/base/services/core/java/com/android/server/pm/
H A DEphemeralResolverConnection.java220 final int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE;
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java156 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE,
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java194 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE,
/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java187 int flags = Context.BIND_IMPORTANT | Context.BIND_FOREGROUND_SERVICE
/frameworks/base/services/core/java/com/android/server/utils/
H A DManagedApplicationService.java392 int flags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java233 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE,
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DPersistentConnectionTest.java140 eq(Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE),
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java333 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, new UserHandle(mUser));
H A DVoiceInteractionSessionConnection.java233 | Context.BIND_FOREGROUND_SERVICE,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceController.java269 int serviceFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java249 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE,
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java410 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE, user);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java150 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsServiceControllerTest.java108 int expectedFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java21 import static android.content.Context.BIND_FOREGROUND_SERVICE;
927 BIND_AUTO_CREATE | BIND_FOREGROUND_SERVICE | BIND_ALLOW_WHITELIST_MANAGEMENT,
/frameworks/base/core/java/android/content/
H A DContext.java338 * @hide Flag for {@link #bindService}: Like {@link #BIND_FOREGROUND_SERVICE},
350 public static final int BIND_FOREGROUND_SERVICE = 0x04000000; field in class:Context
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java463 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE,
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java948 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccConnector.java909 Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE);

Completed in 654 milliseconds

12