Searched refs:ibr (Results 1 – 1 of 1) sorted by relevance
2990 IntentBindRecord ibr = r.bindings.valueAt(i); in requestServiceBindingsLocked() local2991 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { in requestServiceBindingsLocked()3260 IntentBindRecord ibr = r.bindings.valueAt(i); in bringDownServiceLocked() local3261 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Bringing down binding " + ibr in bringDownServiceLocked()3262 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()3263 if (ibr.hasBound) { in bringDownServiceLocked()3267 ibr.hasBound = false; in bringDownServiceLocked()3268 ibr.requested = false; in bringDownServiceLocked()3270 ibr.intent.getIntent()); in bringDownServiceLocked()