Loading services/autofill/java/com/android/server/autofill/AutofillManagerService.java +0 −4 Original line number Diff line number Diff line Loading @@ -594,8 +594,6 @@ public final class AutofillManagerService // Called by Shell command. int getMaxPartitions() { enforceCallingPermissionForManagement(); synchronized (mLock) { return sPartitionMaxCount; } Loading Loading @@ -628,8 +626,6 @@ public final class AutofillManagerService // Called by Shell command. int getMaxVisibleDatasets() { enforceCallingPermissionForManagement(); synchronized (sLock) { return sVisibleDatasetsMaxCount; } Loading Loading
services/autofill/java/com/android/server/autofill/AutofillManagerService.java +0 −4 Original line number Diff line number Diff line Loading @@ -594,8 +594,6 @@ public final class AutofillManagerService // Called by Shell command. int getMaxPartitions() { enforceCallingPermissionForManagement(); synchronized (mLock) { return sPartitionMaxCount; } Loading Loading @@ -628,8 +626,6 @@ public final class AutofillManagerService // Called by Shell command. int getMaxVisibleDatasets() { enforceCallingPermissionForManagement(); synchronized (sLock) { return sVisibleDatasetsMaxCount; } Loading