Searched refs:ABA_LAUNCH_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
153 private static final int ABA_LAUNCH_TIMEOUT_MS = 1_000; field in CarPackageManagerService1532 if (SystemClock.uptimeMillis() - blockingActivityLaunchTime < ABA_LAUNCH_TIMEOUT_MS) { in doBlockTopActivityIfNotAllowed()