Loading services/autofill/java/com/android/server/autofill/AutofillManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -383,7 +383,7 @@ public final class AutofillManagerService final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); if (service == null) { // If we cannot get the service from the services cache, it will call // updateRemoteAugmentedAutofillService() finally. Skip call this update again. // updateRemoteFieldClassificationService() finally. Skip call this update again. getServiceForUserLocked(userId); } else { service.updateRemoteFieldClassificationService(); Loading services/autofill/java/com/android/server/autofill/AutofillManagerServiceImpl.java +1 −2 Original line number Diff line number Diff line Loading @@ -1731,7 +1731,7 @@ final class AutofillManagerServiceImpl } /** * Called when the {@link AutofillManagerService#mAugmentedAutofillResolver} * Called when the {@link AutofillManagerService#mFieldClassificationResolver} * changed (among other places). */ void updateRemoteFieldClassificationService() { Loading @@ -1742,7 +1742,6 @@ final class AutofillManagerServiceImpl + "destroying old remote service"); } mRemoteFieldClassificationService.unbind(); mRemoteFieldClassificationService = null; mRemoteFieldClassificationServiceInfo = null; } Loading services/autofill/java/com/android/server/autofill/AutofillManagerServiceShellCommand.java +1 −3 Original line number Diff line number Diff line Loading @@ -327,13 +327,11 @@ public final class AutofillManagerServiceShellCommand extends ShellCommand { private int setTemporaryDetectionService(PrintWriter pw) { final int userId = getNextIntArgRequired(); final String serviceName = getNextArg(); final int duration = getNextIntArgRequired(); if (serviceName == null) { mService.resetTemporaryDetectionService(userId); return 0; } final int duration = getNextIntArgRequired(); if (duration <= 0) { mService.resetTemporaryDetectionService(userId); return 0; Loading Loading
services/autofill/java/com/android/server/autofill/AutofillManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -383,7 +383,7 @@ public final class AutofillManagerService final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); if (service == null) { // If we cannot get the service from the services cache, it will call // updateRemoteAugmentedAutofillService() finally. Skip call this update again. // updateRemoteFieldClassificationService() finally. Skip call this update again. getServiceForUserLocked(userId); } else { service.updateRemoteFieldClassificationService(); Loading
services/autofill/java/com/android/server/autofill/AutofillManagerServiceImpl.java +1 −2 Original line number Diff line number Diff line Loading @@ -1731,7 +1731,7 @@ final class AutofillManagerServiceImpl } /** * Called when the {@link AutofillManagerService#mAugmentedAutofillResolver} * Called when the {@link AutofillManagerService#mFieldClassificationResolver} * changed (among other places). */ void updateRemoteFieldClassificationService() { Loading @@ -1742,7 +1742,6 @@ final class AutofillManagerServiceImpl + "destroying old remote service"); } mRemoteFieldClassificationService.unbind(); mRemoteFieldClassificationService = null; mRemoteFieldClassificationServiceInfo = null; } Loading
services/autofill/java/com/android/server/autofill/AutofillManagerServiceShellCommand.java +1 −3 Original line number Diff line number Diff line Loading @@ -327,13 +327,11 @@ public final class AutofillManagerServiceShellCommand extends ShellCommand { private int setTemporaryDetectionService(PrintWriter pw) { final int userId = getNextIntArgRequired(); final String serviceName = getNextArg(); final int duration = getNextIntArgRequired(); if (serviceName == null) { mService.resetTemporaryDetectionService(userId); return 0; } final int duration = getNextIntArgRequired(); if (duration <= 0) { mService.resetTemporaryDetectionService(userId); return 0; Loading