Loading core/java/android/service/autofill/AutofillService.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -453,7 +453,6 @@ import com.android.internal.os.SomeArgs; * email address), the service should only use it locally (i.e., in the app's process) for * email address), the service should only use it locally (i.e., in the app's process) for * heuristics purposes, but it should not be sent to external servers. * heuristics purposes, but it should not be sent to external servers. * * * </pre> */ */ public abstract class AutofillService extends Service { public abstract class AutofillService extends Service { private static final String TAG = "AutofillService"; private static final String TAG = "AutofillService"; Loading Loading
core/java/android/service/autofill/AutofillService.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -453,7 +453,6 @@ import com.android.internal.os.SomeArgs; * email address), the service should only use it locally (i.e., in the app's process) for * email address), the service should only use it locally (i.e., in the app's process) for * heuristics purposes, but it should not be sent to external servers. * heuristics purposes, but it should not be sent to external servers. * * * </pre> */ */ public abstract class AutofillService extends Service { public abstract class AutofillService extends Service { private static final String TAG = "AutofillService"; private static final String TAG = "AutofillService"; Loading