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()
2302 i.hasBound = true; in requestServiceBindingLocked()2911 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()2912 if (ibr.hasBound) { in bringDownServiceLocked()2916 ibr.hasBound = false; in bringDownServiceLocked()3128 + ": shouldUnbind=" + b.intent.hasBound); in removeConnectionLocked()3130 && b.intent.hasBound) { in removeConnectionLocked()3142 b.intent.hasBound = false; in removeConnectionLocked()3576 + ": shouldUnbind=" + b.hasBound); in killServicesLocked()3578 b.requested = b.received = b.hasBound = false; in killServicesLocked()
216 boolean hasBound = in connectAsync()222 if (hasBound) { in connectAsync()