Searched refs:hasBound (Results 1 – 3 of 3) sorted by relevance
46 boolean hasBound; field in IntentBindRecord64 pw.print(" hasBound="); pw.print(hasBound); in dumpInService()124 proto.write(IntentBindRecordProto.HAS_BOUND, hasBound); in dumpDebug()
5231 i.hasBound = true; in requestServiceBindingLocked()6311 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()6312 if (ibr.hasBound) { in bringDownServiceLocked()6318 ibr.hasBound = false; in bringDownServiceLocked()6624 + ": shouldUnbind=" + b.intent.hasBound); in removeConnectionLocked()6626 && b.intent.hasBound) { in removeConnectionLocked()6642 b.intent.hasBound = false; in removeConnectionLocked()7224 + ": shouldUnbind=" + b.hasBound); in killServicesLocked()7226 b.requested = b.received = b.hasBound = false; in killServicesLocked()
220 boolean hasBound = in connectAsync()226 if (hasBound) { in connectAsync()