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 writeToProto()
2311 i.hasBound = true; in requestServiceBindingLocked()2920 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()2921 if (ibr.hasBound) { in bringDownServiceLocked()2925 ibr.hasBound = false; in bringDownServiceLocked()3137 + ": shouldUnbind=" + b.intent.hasBound); in removeConnectionLocked()3139 && b.intent.hasBound) { in removeConnectionLocked()3151 b.intent.hasBound = false; in removeConnectionLocked()3585 + ": shouldUnbind=" + b.hasBound); in killServicesLocked()3587 b.requested = b.received = b.hasBound = false; in killServicesLocked()
216 boolean hasBound = in connectAsync()222 if (hasBound) { in connectAsync()