Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1758 IntentBindRecord ibr = r.bindings.valueAt(i); in requestServiceBindingsLocked() local
1759 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { in requestServiceBindingsLocked()
1985 IntentBindRecord ibr = r.bindings.valueAt(i); in bringDownServiceLocked() local
1986 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Bringing down binding " + ibr in bringDownServiceLocked()
1987 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()
1988 if (ibr.hasBound) { in bringDownServiceLocked()
1992 ibr.hasBound = false; in bringDownServiceLocked()
1994 ibr.intent.getIntent()); in bringDownServiceLocked()