Home
last modified time | relevance | path

Searched refs:FLAG_EXTERNAL_SERVICE (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DServiceInfo.java62 public static final int FLAG_EXTERNAL_SERVICE = 0x0004; field in ServiceInfo
H A DPackageParser.java5471 s.info.flags |= ServiceInfo.FLAG_EXTERNAL_SERVICE; in parseService()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedServiceUtils.java99 | flag(ServiceInfo.FLAG_EXTERNAL_SERVICE, in parseService()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilitySecurityPolicy.java610 if ((serviceInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) { in canRegisterService()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilitySecurityPolicyTest.java592 serviceInfo.flags |= ServiceInfo.FLAG_EXTERNAL_SERVICE; in canRegisterService_isExternalService_returnFalse()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java909 && (serviceInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) == 0; in isIsolatedProcessLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java4233 if ((r.serviceInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0 in retrieveServiceLocked()
4339 if ((sInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) { in retrieveServiceLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13021 field public static final int FLAG_EXTERNAL_SERVICE = 4; // 0x4