Home
last modified time | relevance | path

Searched refs:BIND_NOT_APP_COMPONENT_USAGE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java429 | Context.BIND_NOT_APP_COMPONENT_USAGE); in executeRunnableJob()
437 | Context.BIND_NOT_APP_COMPONENT_USAGE); in executeRunnableJob()
443 | Context.BIND_NOT_APP_COMPONENT_USAGE); in executeRunnableJob()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java521 public static final int BIND_NOT_APP_COMPONENT_USAGE = 0x00008000; field in Context
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java3775 if (c.hasFlag(Context.BIND_NOT_APP_COMPONENT_USAGE)) { in bindServiceLocked()