Searched defs:execInFg (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActiveServices.java | 2073 boolean execInFg, boolean rebind) throws TransactionTooLargeException { 2082 bumpServiceExecutingLocked(r, execInFg, "bind"); 2287 private String bringUpServiceLocked(ServiceRecord r, int intentFlags, boolean execInFg, argument 2294 sendServiceArgsLocked(r, execInFg, false); 2354 realStartServiceLocked(r, app, execInFg); 2423 private final void requestServiceBindingsLocked(ServiceRecord r, boolean execInFg) argument 2427 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { 2434 ProcessRecord app, boolean execInFg) throws RemoteException { 2445 bumpServiceExecutingLocked(r, execInFg, "create"); 2497 requestServiceBindingsLocked(r, execInFg); 2072 requestServiceBindingLocked(ServiceRecord r, IntentBindRecord i, boolean execInFg, boolean rebind) argument 2433 realStartServiceLocked(ServiceRecord r, ProcessRecord app, boolean execInFg) argument 2528 sendServiceArgsLocked(ServiceRecord r, boolean execInFg, boolean oomAdjusted) argument [all...] |
Completed in 14 milliseconds