Loading core/java/android/service/autofill/AutoFillService.java +5 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,11 @@ public abstract class AutoFillService extends Service { private HandlerCaller mHandlerCaller; /** * {@inheritDoc} * * <strong>NOTE: </strong>if overridden, it must call {@code super.onCreate()}. */ @Override public void onCreate() { super.onCreate(); Loading core/java/android/service/autofill/IAutoFillCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ import java.util.List; /** * @hide */ interface IAutoFillCallback { oneway interface IAutoFillCallback { void autofill(in List values); void showError(String message); } core/java/android/service/autofill/IAutoFillManagerService.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import android.os.Bundle; * * {@hide} */ interface IAutoFillManagerService { oneway interface IAutoFillManagerService { /** * Request auto-fill on the top activity of a given user. Loading core/java/android/service/autofill/IAutoFillService.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import com.android.internal.os.IResultReceiver; * @hide */ interface IAutoFillService { void onConnected(); void onDisconnected(); oneway void onConnected(); oneway void onDisconnected(); IResultReceiver getAssistReceiver(); } Loading
core/java/android/service/autofill/AutoFillService.java +5 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,11 @@ public abstract class AutoFillService extends Service { private HandlerCaller mHandlerCaller; /** * {@inheritDoc} * * <strong>NOTE: </strong>if overridden, it must call {@code super.onCreate()}. */ @Override public void onCreate() { super.onCreate(); Loading
core/java/android/service/autofill/IAutoFillCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ import java.util.List; /** * @hide */ interface IAutoFillCallback { oneway interface IAutoFillCallback { void autofill(in List values); void showError(String message); }
core/java/android/service/autofill/IAutoFillManagerService.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import android.os.Bundle; * * {@hide} */ interface IAutoFillManagerService { oneway interface IAutoFillManagerService { /** * Request auto-fill on the top activity of a given user. Loading
core/java/android/service/autofill/IAutoFillService.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import com.android.internal.os.IResultReceiver; * @hide */ interface IAutoFillService { void onConnected(); void onDisconnected(); oneway void onConnected(); oneway void onDisconnected(); IResultReceiver getAssistReceiver(); }