Searched refs:execInFg (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 1423 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked() argument 1430 bumpServiceExecutingLocked(r, execInFg, "bind"); in requestServiceBindingLocked() 1634 private String bringUpServiceLocked(ServiceRecord r, int intentFlags, boolean execInFg, in bringUpServiceLocked() argument 1641 sendServiceArgsLocked(r, execInFg, false); in bringUpServiceLocked() 1699 realStartServiceLocked(r, app, execInFg); in bringUpServiceLocked() 1755 private final void requestServiceBindingsLocked(ServiceRecord r, boolean execInFg) in requestServiceBindingsLocked() argument 1759 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { in requestServiceBindingsLocked() 1766 ProcessRecord app, boolean execInFg) throws RemoteException { in realStartServiceLocked() argument 1777 bumpServiceExecutingLocked(r, execInFg, "create"); in realStartServiceLocked() 1828 requestServiceBindingsLocked(r, execInFg); in realStartServiceLocked() [all …]
|