Home
last modified time | relevance | path

Searched refs:getMaxPartitions (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java141 return getMaxPartitions(pw); in requestGet()
220 private int getMaxPartitions(PrintWriter pw) { in getMaxPartitions() method in AutofillManagerServiceShellCommand
221 pw.println(mService.getMaxPartitions()); in getMaxPartitions()
H A DAutofillManagerService.java500 int getMaxPartitions() { in getMaxPartitions() method in AutofillManagerService