Home
last modified time | relevance | path

Searched refs:hasBound (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DIntentBindRecord.java45 boolean hasBound; field in IntentBindRecord
63 pw.print(" hasBound="); pw.print(hasBound); in dumpInService()
DActiveServices.java1857 i.hasBound = true; in requestServiceBindingLocked()
2438 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()
2439 if (ibr.hasBound) { in bringDownServiceLocked()
2443 ibr.hasBound = false; in bringDownServiceLocked()
2623 + ": shouldUnbind=" + b.intent.hasBound); in removeConnectionLocked()
2625 && b.intent.hasBound) { in removeConnectionLocked()
2636 b.intent.hasBound = false; in removeConnectionLocked()
3067 + ": shouldUnbind=" + b.hasBound); in killServicesLocked()
3069 b.requested = b.received = b.hasBound = false; in killServicesLocked()