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.java2286 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked() argument
2295 bumpServiceExecutingLocked(r, execInFg, "bind"); in requestServiceBindingLocked()
2500 private String bringUpServiceLocked(ServiceRecord r, int intentFlags, boolean execInFg, in bringUpServiceLocked() argument
2504 sendServiceArgsLocked(r, execInFg, false); in bringUpServiceLocked()
2564 realStartServiceLocked(r, app, execInFg); in bringUpServiceLocked()
2637 private final void requestServiceBindingsLocked(ServiceRecord r, boolean execInFg) in requestServiceBindingsLocked() argument
2641 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { in requestServiceBindingsLocked()
2653 ProcessRecord app, boolean execInFg) throws RemoteException { in realStartServiceLocked() argument
2664 bumpServiceExecutingLocked(r, execInFg, "create"); in realStartServiceLocked()
2719 requestServiceBindingsLocked(r, execInFg); in realStartServiceLocked()
[all …]