Searched refs:execInFg (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 1166 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked() argument 1173 bumpServiceExecutingLocked(r, execInFg, "bind"); in requestServiceBindingLocked() 1362 private final String bringUpServiceLocked(ServiceRecord r, int intentFlags, boolean execInFg, in bringUpServiceLocked() argument 1368 sendServiceArgsLocked(r, execInFg, false); in bringUpServiceLocked() 1426 realStartServiceLocked(r, app, execInFg); in bringUpServiceLocked() 1482 private final void requestServiceBindingsLocked(ServiceRecord r, boolean execInFg) in requestServiceBindingsLocked() argument 1486 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { in requestServiceBindingsLocked() 1493 ProcessRecord app, boolean execInFg) throws RemoteException { in realStartServiceLocked() argument 1504 bumpServiceExecutingLocked(r, execInFg, "create"); in realStartServiceLocked() 1550 requestServiceBindingsLocked(r, execInFg); in realStartServiceLocked() [all …]
|