Home | History | Annotate | Download | only in am

Lines Matching refs:curApp

3764             if (mPendingBroadcast != null && mPendingBroadcast.curApp.pid == pid) {
3970 if (!badApp && br != null && br.curApp == app) {
7294 if (r != null && r.curApp == app) {
12597 if (r.curApp != null) {
12598 r.curApp.curReceiver = null;
12604 r.curApp = null;
12757 app = r.curApp;
12788 r.curApp = app;
12812 r.curApp = null;
12880 r.curApp = filter.receiverList.app;
12964 + mPendingBroadcast.curApp);
12969 isDead = (mPidsSelfLocked.get(mPendingBroadcast.curApp.pid) == null);
12975 Slog.w(TAG, "pending app " + mPendingBroadcast.curApp
13159 if (r.curApp != null && r.curApp.crashing) {
13162 "Skipping deliver ordered " + r + " to " + r.curApp
13214 if ((r.curApp=startProcessLocked(targetProcess,
13638 (mPendingBroadcast != null && mPendingBroadcast.curApp == app)) {