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.java2073 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked() argument
2082 bumpServiceExecutingLocked(r, execInFg, "bind"); in requestServiceBindingLocked()
2287 private String bringUpServiceLocked(ServiceRecord r, int intentFlags, boolean execInFg, in bringUpServiceLocked() argument
2294 sendServiceArgsLocked(r, execInFg, false); in bringUpServiceLocked()
2354 realStartServiceLocked(r, app, execInFg); in bringUpServiceLocked()
2423 private final void requestServiceBindingsLocked(ServiceRecord r, boolean execInFg) in requestServiceBindingsLocked() argument
2427 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { in requestServiceBindingsLocked()
2434 ProcessRecord app, boolean execInFg) throws RemoteException { in realStartServiceLocked() argument
2445 bumpServiceExecutingLocked(r, execInFg, "create"); in realStartServiceLocked()
2497 requestServiceBindingsLocked(r, execInFg); in realStartServiceLocked()
[all …]