Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java1108 public static int getPartitionMaxCount() { in getPartitionMaxCount() method in AutofillManagerService
DSession.java4403 if (numResponses >= AutofillManagerService.getPartitionMaxCount()) { in shouldStartNewPartitionLocked()
4405 + " reached maximum of " + AutofillManagerService.getPartitionMaxCount()); in shouldStartNewPartitionLocked()