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

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1444 boolean execInFg, boolean rebind) throws TransactionTooLargeException {
1451 bumpServiceExecutingLocked(r, execInFg, "bind");
1655 private String bringUpServiceLocked(ServiceRecord r, int intentFlags, boolean execInFg, argument
1662 sendServiceArgsLocked(r, execInFg, false);
1720 realStartServiceLocked(r, app, execInFg);
1776 private final void requestServiceBindingsLocked(ServiceRecord r, boolean execInFg) argument
1780 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) {
1787 ProcessRecord app, boolean execInFg) throws RemoteException {
1798 bumpServiceExecutingLocked(r, execInFg, "create");
1849 requestServiceBindingsLocked(r, execInFg);
1443 requestServiceBindingLocked(ServiceRecord r, IntentBindRecord i, boolean execInFg, boolean rebind) argument
1786 realStartServiceLocked(ServiceRecord r, ProcessRecord app, boolean execInFg) argument
1880 sendServiceArgsLocked(ServiceRecord r, boolean execInFg, boolean oomAdjusted) argument
[all...]

Completed in 65 milliseconds