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 writeToProto()
DActiveServices.java2311 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()
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DTransportClient.java216 boolean hasBound = in connectAsync()
222 if (hasBound) { in connectAsync()