Home
last modified time | relevance | path

Searched refs:MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java21 import static android.view.autofill.AutofillManager.MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS;
620 if (durationMs > MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS) { in setTemporaryAugmentedAutofillService()
622 + MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS + " (called with " + durationMs + ")"); in setTemporaryAugmentedAutofillService()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java361 public static final int MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS = 1_000 * 60 * 2; // 2 minutes field in AutofillManager
/frameworks/base/api/
Dtest-lint-baseline.txt540 MinMaxConstant: android.view.autofill.AutofillManager#MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS:
Dtest-current.txt5275 field public static final int MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS = 120000; // 0x1d4c0