Home | History | Annotate | Download | only in am

Lines Matching defs:here

1326                 // else to do here.
1546 // No reason to do full oom adj update here; we'll let that
1829 // Here it is! Now, if this is not yet visible to the
1835 RuntimeException here = new RuntimeException("here");
1836 here.fillInStackTrace();
1838 here);
1875 RuntimeException here = new RuntimeException("here");
1876 here.fillInStackTrace();
1877 Slog.i(TAG, "Adding activity " + r + " to stack at " + addPos, here);
2051 // task, then we need to move it out of here. We will
2100 RuntimeException here = new RuntimeException("here");
2101 here.fillInStackTrace();
2103 + dstPos, here);
2246 RuntimeException here = new RuntimeException("here");
2247 here.fillInStackTrace();
2249 + lastReparentPos, here);
2345 // Here it is! Now finish everything in front...
2473 RuntimeException here = new RuntimeException("here");
2474 here.fillInStackTrace();
2476 + top, here);
2653 // user taps a home icon (coming from home so allowed, we hit here
3313 "FLAG_CANT_SAVE_STATE not supported here");
3440 // Maybe just ignore exceptions here... if the process
3839 // it is done pausing; else we can just directly finish it here.
3927 * state to destroy so only the cleanup here is needed.
3992 RuntimeException here = new RuntimeException("here");
3993 here.fillInStackTrace();
4114 // We can just ignore exceptions here... if the process
4248 RuntimeException here = new RuntimeException("here");
4249 here.fillInStackTrace();
4254 + " state=" + r.state, here);
4354 RuntimeException here = new RuntimeException("here");
4355 here.fillInStackTrace();
4356 Slog.i(TAG, "Removing and adding activity " + r + " to stack at " + top, here);
4448 RuntimeException here = new RuntimeException("here");
4449 here.fillInStackTrace();
4451 + bottom, here);
4763 // Note: don't need to call pauseIfSleepingLocked() here, because