Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java294 | Context.BIND_NOT_APP_COMPONENT_USAGE; in executeRunnableJob()
298 | Context.BIND_NOT_APP_COMPONENT_USAGE; in executeRunnableJob()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java380 public static final int BIND_NOT_APP_COMPONENT_USAGE = 0x00008000; field in Context
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2802 if ((flags & Context.BIND_NOT_APP_COMPONENT_USAGE) != 0) { in bindServiceLocked()