Home | History | Annotate | Download | only in am

Lines Matching defs:here

1197     // If there are multiple profiles for the current user, their ids are here
2625 // A gap, we can stop here.
2749 // The only important thing here is to keep AI.uid != PR.uid, in order to trigger
3363 // TODO: Switch to user app stacks here.
3414 // TODO: Switch to user app stacks here.
3422 // A SecurityException here is generally actually a fault of the original
3444 // TODO: Switch to user app stacks here.
3458 // TODO: Switch to user app stacks here.
3516 // TODO: Switch to user app stacks here.
3672 // TODO: Switch to user app stacks here.
3686 // TODO: Switch to user app stacks here.
3698 // TODO: Switch to user app stacks here.
3806 * Update the recent tasks lists: make sure tasks should still be here (their
3964 // Chain ends here.
4963 // In case we come through here for the same app before completing
5485 // If the other end already died, then our work here is done.
6443 "Can't use FLAG_RECEIVER_BOOT_UPGRADE here");
7244 // So here we are: the caller has the assumed permission
8683 new RuntimeException("here").fillInStackTrace());
9252 // NOTE: there is still a race here where a signal could be
9374 RuntimeException e = new RuntimeException("here");
9683 throw new IllegalStateException("ref counts can't go to zero here: stable="
10756 // XXX Note: don't acquire main activity lock here, because the window
14833 // In the protocol here, we don't expect the client to correctly
15379 // !!! TODO: currently no check here that we're already bound
15499 // If the app crashed during backup, 'thread' will be null here
15862 * Prevent non-system code (defined here to be non-persistent
16070 // We use userId directly here, since the "all" target is maintained
16304 "Can't use FLAG_RECEIVER_BOOT_UPGRADE here");
16535 // NOTE: IInstrumentationWatcher *must* be oneway here
16969 // facilitate this, here we need to determine whether or not it
17257 // If the other app is cached for any reason, for purposes here
17419 // If the other app is cached for any reason, for purposes here
17488 // the background for some other reason. For the decision here, we are going
17559 // Do final modification to adj. Everything we do between here and applying
17928 //RuntimeException h = new RuntimeException("here");
18523 RuntimeException here = new RuntimeException("here");
18524 here.fillInStackTrace();
18525 Slog.d(TAG, "Did OOM ADJ in " + (SystemClock.uptimeMillis()-now) + "ms", here);