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.java1180 i.hasBound = true; in requestServiceBindingLocked()
1709 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()
1710 if (ibr.hasBound) { in bringDownServiceLocked()
1714 ibr.hasBound = false; in bringDownServiceLocked()
1848 + ": shouldUnbind=" + b.intent.hasBound); in removeConnectionLocked()
1850 && b.intent.hasBound) { in removeConnectionLocked()
1861 b.intent.hasBound = false; in removeConnectionLocked()
2247 + ": shouldUnbind=" + b.hasBound); in killServicesLocked()
2249 b.requested = b.received = b.hasBound = false; in killServicesLocked()