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

/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java1073 IntentBindRecord i, boolean execInFg, boolean rebind) {
1080 bumpServiceExecutingLocked(r, execInFg, "bind");
1257 int intentFlags, boolean execInFg, boolean whileRestarting) {
1262 sendServiceArgsLocked(r, execInFg, false);
1319 realStartServiceLocked(r, app, execInFg);
1372 private final void requestServiceBindingsLocked(ServiceRecord r, boolean execInFg) { argument
1375 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) {
1382 ProcessRecord app, boolean execInFg) throws RemoteException {
1393 bumpServiceExecutingLocked(r, execInFg, "create");
1422 requestServiceBindingsLocked(r, execInFg);
1072 requestServiceBindingLocked(ServiceRecord r, IntentBindRecord i, boolean execInFg, boolean rebind) argument
1256 bringUpServiceLocked(ServiceRecord r, int intentFlags, boolean execInFg, boolean whileRestarting) argument
1381 realStartServiceLocked(ServiceRecord r, ProcessRecord app, boolean execInFg) argument
1450 sendServiceArgsLocked(ServiceRecord r, boolean execInFg, boolean oomAdjusted) argument
[all...]

Completed in 50 milliseconds