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()
2335 i.hasBound = true; in requestServiceBindingLocked()2946 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()2947 if (ibr.hasBound) { in bringDownServiceLocked()2951 ibr.hasBound = false; in bringDownServiceLocked()3165 + ": shouldUnbind=" + b.intent.hasBound); in removeConnectionLocked()3167 && b.intent.hasBound) { in removeConnectionLocked()3179 b.intent.hasBound = false; in removeConnectionLocked()3616 + ": shouldUnbind=" + b.hasBound); in killServicesLocked()3618 b.requested = b.received = b.hasBound = false; in killServicesLocked()
216 boolean hasBound = in connectAsync()222 if (hasBound) { in connectAsync()