Searched refs:MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS (Results 1 – 4 of 4) sorted by relevance
21 import static android.view.autofill.AutofillManager.MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS;752 if (durationMs > MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS) { in setTemporaryAugmentedAutofillService()754 + MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS + " (called with " + durationMs + ")"); in setTemporaryAugmentedAutofillService()
166 MinMaxConstant: android.view.autofill.AutofillManager#MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS:167 … them dynamic methods: android.view.autofill.AutofillManager#MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS
3650 field public static final int MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS = 120000; // 0x1d4c0
428 public static final int MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS = 1_000 * 60 * 2; // 2 minutes field in AutofillManager