Home
last modified time | relevance | path

Searched refs:hasBound (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DIntentBindRecord.java46 boolean hasBound; field in IntentBindRecord
64 pw.print(" hasBound="); pw.print(hasBound); in dumpInService()
124 proto.write(IntentBindRecordProto.HAS_BOUND, hasBound); in dumpDebug()
DActiveServices.java5231 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()
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DTransportConnection.java220 boolean hasBound = in connectAsync()
226 if (hasBound) { in connectAsync()