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.java191 return getMaxPartitions(pw); in requestGet()
274 private int getMaxPartitions(PrintWriter pw) { in getMaxPartitions() method in AutofillManagerServiceShellCommand
275 pw.println(mService.getMaxPartitions()); in getMaxPartitions()
DAutofillManagerService.java619 int getMaxPartitions() { in getMaxPartitions() method in AutofillManagerService