Home
last modified time | relevance | path

Searched refs:BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/
DContext.java576 public static final int BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND = 0x00040000; field in Context
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt406 DeprecationMismatch: android.content.Context#BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND:
407 …Field Context.BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND: @Deprecated annotation (presen…
Dtest-lint-baseline.txt418 DeprecationMismatch: android.content.Context#BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND:
419 …Field Context.BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND: @Deprecated annotation (presen…
Dsystem-lint-baseline.txt410 DeprecationMismatch: android.content.Context#BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND:
411 …Field Context.BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND: @Deprecated annotation (presen…
Dsystem-current.txt3784 …field @Deprecated public static final int BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND = 2…
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java4141 if ((flags & Context.BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND) != 0) { in bindServiceLocked()