Home
last modified time | relevance | path

Searched refs:BIND_WAIVE_PRIORITY (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v4/ics/android/support/v4/app/
DNotificationManagerCompatIceCreamSandwich.java23 | Service.BIND_WAIVE_PRIORITY;
/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java83 if ((flags&Context.BIND_WAIVE_PRIORITY) != 0) { in toString()
DActiveServices.java1783 if (b.client != s.app && (c.flags&Context.BIND_WAIVE_PRIORITY) == 0 in removeConnectionLocked()
2171 |Context.BIND_WAIVE_PRIORITY)) == Context.BIND_AUTO_CREATE) { in killServicesLocked()
DActivityManagerService.java17251 if ((cr.flags&Context.BIND_WAIVE_PRIORITY) == 0) { in computeOomAdjLocked()
/frameworks/base/core/java/android/content/
DContext.java154 BIND_WAIVE_PRIORITY
229 public static final int BIND_WAIVE_PRIORITY = 0x0020; field in Context
/frameworks/base/core/java/android/app/
DContextImpl.java1785 flags |= BIND_WAIVE_PRIORITY; in bindServiceCommon()
/frameworks/base/api/
Dsystem-current.txt7476 field public static final int BIND_WAIVE_PRIORITY = 32; // 0x20
Dcurrent.txt7237 field public static final int BIND_WAIVE_PRIORITY = 32; // 0x20