Home
last modified time | relevance | path

Searched refs:FLAG_ISOLATED_PROCESS (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/
H A DServiceInfo.java53 public static final int FLAG_ISOLATED_PROCESS = 0x0002; field in ServiceInfo
H A DPackageParser.java5410 s.info.flags |= ServiceInfo.FLAG_ISOLATED_PROCESS; in parseService()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedServiceUtils.java95 | flag(ServiceInfo.FLAG_ISOLATED_PROCESS, in parseService()
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java610 return (serviceInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) != 0 in isIsolatedProcessLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java562 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) != 0) { in ServiceRecord()
H A DActiveServices.java2959 if (srec != null && (srec.serviceInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) != 0) { in updateServiceGroupLocked()
3174 && (sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) { in retrieveServiceLocked()
3200 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) { in retrieveServiceLocked()
3793 final boolean isolated = (r.serviceInfo.flags&ServiceInfo.FLAG_ISOLATED_PROCESS) != 0; in bringUpServiceLocked()
H A DOomAdjuster.java739 ProcessRecord service = (cr.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) != 0 in collectReachableProcessesLocked()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt12993 field public static final int FLAG_ISOLATED_PROCESS = 2; // 0x2
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt8996 field public static final int FLAG_ISOLATED_PROCESS = 2; // 0x2