HomeSort by relevance Sort by last modified time
    Searched refs:SCREENSHOT_DELAY_SECONDS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 186 static final int SCREENSHOT_DELAY_SECONDS = 3;
630 * It first display a toast message and waits {@link #SCREENSHOT_DELAY_SECONDS} seconds before
649 SCREENSHOT_DELAY_SECONDS, SCREENSHOT_DELAY_SECONDS);
654 takeScreenshot(id, SCREENSHOT_DELAY_SECONDS);
    [all...]
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 36 import static com.android.shell.BugreportProgressService.SCREENSHOT_DELAY_SECONDS;
122 private static final int SAFE_SCREENSHOT_DELAY = SCREENSHOT_DELAY_SECONDS + 10;
    [all...]

Completed in 89 milliseconds