Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2319 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked() argument
2328 bumpServiceExecutingLocked(r, execInFg, "bind"); in requestServiceBindingLocked()
2533 private String bringUpServiceLocked(ServiceRecord r, int intentFlags, boolean execInFg, in bringUpServiceLocked() argument
2537 sendServiceArgsLocked(r, execInFg, false); in bringUpServiceLocked()
2597 realStartServiceLocked(r, app, execInFg); in bringUpServiceLocked()
2672 private final void requestServiceBindingsLocked(ServiceRecord r, boolean execInFg) in requestServiceBindingsLocked() argument
2676 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { in requestServiceBindingsLocked()
2688 ProcessRecord app, boolean execInFg) throws RemoteException { in realStartServiceLocked() argument
2699 bumpServiceExecutingLocked(r, execInFg, "create"); in realStartServiceLocked()
2754 requestServiceBindingsLocked(r, execInFg); in realStartServiceLocked()
[all …]