Home
last modified time | relevance | path

Searched defs:intDuration (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java1573 int intDuration = duration > Integer.MAX_VALUE ? Integer.MAX_VALUE : (int) duration; in disableAutofillForApp() local
1592 final int intDuration = duration > Integer.MAX_VALUE in disableAutofillForActivity() local