Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java59 Context.BIND_WAIVE_PRIORITY,
189 if ((flags&Context.BIND_WAIVE_PRIORITY) != 0) { in toString()
DOomAdjuster.java1193 if ((cr.flags& Context.BIND_WAIVE_PRIORITY) == 0) { in computeOomAdjLocked()
DActiveServices.java3142 if (b.client != s.app && (c.flags&Context.BIND_WAIVE_PRIORITY) == 0 in removeConnectionLocked()
3606 |Context.BIND_WAIVE_PRIORITY)) == Context.BIND_AUTO_CREATE) { in killServicesLocked()
/frameworks/base/core/java/android/content/
DContext.java235 BIND_WAIVE_PRIORITY,
314 public static final int BIND_WAIVE_PRIORITY = 0x0020; field in Context
476 Context.BIND_ALLOW_OOM_MANAGEMENT | Context.BIND_WAIVE_PRIORITY
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java163 Context.BIND_AUTO_CREATE | Context.BIND_WAIVE_PRIORITY in VoiceInteractionSessionConnection()
/frameworks/base/core/java/android/app/
DContextImpl.java1732 flags |= BIND_WAIVE_PRIORITY; in bindServiceCommon()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7235 field public static final int BIND_WAIVE_PRIORITY = 32; // 0x20
/frameworks/base/api/
Dcurrent.txt9812 field public static final int BIND_WAIVE_PRIORITY = 32; // 0x20