Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java137 return getMaxPartitions(pw); in requestGet()
214 private int getMaxPartitions(PrintWriter pw) { in getMaxPartitions() method in AutofillManagerServiceShellCommand
215 pw.println(mService.getMaxPartitions()); in getMaxPartitions()
DAutofillManagerService.java460 int getMaxPartitions() { in getMaxPartitions() method in AutofillManagerService