Home | History | Annotate | Download | only in am

Lines Matching refs:checkTime

3664             checkTime(startTime, "startProcess: after getProcessRecord");
3714 checkTime(startTime, "startProcess: done, added package to proc");
3721 checkTime(startTime, "startProcess: bad proc running, killing");
3724 checkTime(startTime, "startProcess: done killing old proc");
3731 checkTime(startTime, "startProcess: creating new process record");
3739 checkTime(startTime, "startProcess: done creating new process record");
3743 checkTime(startTime, "startProcess: added package to existing proc");
3756 checkTime(startTime, "startProcess: returning with proc on hold");
3760 checkTime(startTime, "startProcess: stepping in to startProcess");
3763 checkTime(startTime, "startProcess: done starting proc!");
3781 checkTime(startTime, "startProcess: removing from pids map");
3786 checkTime(startTime, "startProcess: done removing from pids map");
3794 checkTime(startTime, "startProcess: starting to update cpu stats");
3796 checkTime(startTime, "startProcess: done updating cpu stats");
3812 checkTime(startTime, "startProcess: getting gids from package manager");
3838 checkTime(startTime, "startProcess: building args");
3927 checkTime(startTime, "startProcess: asking zygote to start proc");
3940 checkTime(startTime, "startProcess: returned from zygote!");
3944 checkTime(startTime, "startProcess: done updating battery stats");
3962 checkTime(startTime, "startProcess: building log message");
3988 checkTime(startTime, "startProcess: starting to update pids map");
4010 checkTime(startTime, "startProcess: done updating pids map");
6997 checkTime(startTime, "attachApplicationLocked: before bindApplication");
7099 checkTime(startTime, "attachApplicationLocked: immediately before bindApplication");
7124 checkTime(startTime, "attachApplicationLocked: immediately after bindApplication");
7126 checkTime(startTime, "attachApplicationLocked: after updateLruProcessLocked");
7165 checkTime(startTime, "attachApplicationLocked: after mServices.attachApplicationLocked");
7176 checkTime(startTime, "attachApplicationLocked: after sendPendingBroadcastsLocked");
7208 checkTime(startTime, "attachApplicationLocked: after updateOomAdjLocked");
11402 private void checkTime(long startTime, String where) {
11456 checkTime(startTime, "getContentProviderImpl: getProviderByName");
11482 checkTime(startTime, "getContentProviderImpl: before checkContentProviderPermission");
11487 checkTime(startTime, "getContentProviderImpl: after checkContentProviderPermission");
11511 checkTime(startTime, "getContentProviderImpl: incProviderCountLocked");
11522 checkTime(startTime, "getContentProviderImpl: before updateLruProcess");
11524 checkTime(startTime, "getContentProviderImpl: after updateLruProcess");
11528 checkTime(startTime, "getContentProviderImpl: before updateOomAdj");
11540 checkTime(startTime, "getContentProviderImpl: after updateOomAdj");
11554 checkTime(startTime, "getContentProviderImpl: before appDied");
11556 checkTime(startTime, "getContentProviderImpl: after appDied");
11573 checkTime(startTime, "getContentProviderImpl: before resolveContentProvider");
11577 checkTime(startTime, "getContentProviderImpl: after resolveContentProvider");
11594 checkTime(startTime, "getContentProviderImpl: got app info for user");
11597 checkTime(startTime, "getContentProviderImpl: before checkContentProviderPermission");
11602 checkTime(startTime, "getContentProviderImpl: after checkContentProviderPermission");
11624 checkTime(startTime, "getContentProviderImpl: before getProviderByClass");
11626 checkTime(startTime, "getContentProviderImpl: after getProviderByClass");
11641 checkTime(startTime, "getContentProviderImpl: before getApplicationInfo");
11647 checkTime(startTime, "getContentProviderImpl: after getApplicationInfo");
11662 checkTime(startTime, "getContentProviderImpl: now have ContentProviderRecord");
11695 checkTime(startTime, "getContentProviderImpl: before set stopped state");
11698 checkTime(startTime, "getContentProviderImpl: after set stopped state");
11706 checkTime(startTime, "getContentProviderImpl: looking for process record");
11713 checkTime(startTime, "getContentProviderImpl: scheduling install");
11721 checkTime(startTime, "getContentProviderImpl: before start process");
11726 checkTime(startTime, "getContentProviderImpl: after start process");
11742 checkTime(startTime, "getContentProviderImpl: updating data structures");
11756 checkTime(startTime, "getContentProviderImpl: done!");