Home
last modified time | relevance | path

Searched refs:MAX_TEMP_SERVICE_DURATION_MS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DContentSuggestionsManagerService.java63 private static final int MAX_TEMP_SERVICE_DURATION_MS = 1_000 * 60 * 2; // 2 minutes field in ContentSuggestionsManagerService
93 return MAX_TEMP_SERVICE_DURATION_MS; in getMaximumTemporaryServiceDurationMs()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java59 private static final int MAX_TEMP_SERVICE_DURATION_MS = 1_000 * 60 * 2; // 2 minutes field in AppPredictionManagerService
103 return MAX_TEMP_SERVICE_DURATION_MS; in getMaximumTemporaryServiceDurationMs()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java94 private static final int MAX_TEMP_SERVICE_DURATION_MS = 1_000 * 60 * 2; // 2 minutes field in ContentCaptureManagerService
220 return MAX_TEMP_SERVICE_DURATION_MS; in getMaximumTemporaryServiceDurationMs()