Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java86 if ((flags&Context.BIND_WAIVE_PRIORITY) != 0) { in toString()
DActiveServices.java2628 if (b.client != s.app && (c.flags&Context.BIND_WAIVE_PRIORITY) == 0 in removeConnectionLocked()
3088 |Context.BIND_WAIVE_PRIORITY)) == Context.BIND_AUTO_CREATE) { in killServicesLocked()
DActivityManagerService.java21099 if ((cr.flags&Context.BIND_WAIVE_PRIORITY) == 0) {
/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsClient.java71 Context.BIND_AUTO_CREATE | Context.BIND_WAIVE_PRIORITY); in bindCustomTabsService()
/frameworks/base/core/java/android/content/
DContext.java229 BIND_WAIVE_PRIORITY,
306 public static final int BIND_WAIVE_PRIORITY = 0x0020; field in Context
/frameworks/support/compat/java/android/support/v4/app/
DNotificationManagerCompat.java463 | Service.BIND_WAIVE_PRIORITY); in ensureServiceBound()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java199 Context.BIND_AUTO_CREATE | Context.BIND_WAIVE_PRIORITY in VoiceInteractionSessionConnection()
/frameworks/base/core/java/android/app/
DContextImpl.java1599 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.txt8912 field public static final int BIND_WAIVE_PRIORITY = 32; // 0x20
Dsystem-current.txt9421 field public static final int BIND_WAIVE_PRIORITY = 32; // 0x20