Loading core/java/com/android/internal/view/IInputMethodManager.aidl +3 −3 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ interface IInputMethodManager { @EnforcePermission("TEST_INPUT_METHOD") @JavaPassthrough(annotation="@android.annotation.RequiresPermission(value = " + "android.Manifest.permission.TEST_INPUT_METHOD)") void hideSoftInputFromServerForTest(); oneway void hideSoftInputFromServerForTest(); // TODO(b/418839448): merge with startInputOrWindowGainedFocus once // WINDOW_FOCUS_GAIN_REPORT_ONLY uses async method. Loading Loading @@ -117,13 +117,13 @@ interface IInputMethodManager { in ImeOnBackInvokedDispatcher imeDispatcher, boolean imeRequestedVisible, int startInputSeq); void showInputMethodPickerFromClient(in IInputMethodClient client, oneway void showInputMethodPickerFromClient(in IInputMethodClient client, int auxiliarySubtypeMode); @EnforcePermission(allOf = {"WRITE_SECURE_SETTINGS", "INTERACT_ACROSS_USERS_FULL"}) @JavaPassthrough(annotation="@android.annotation.RequiresPermission(allOf = {android.Manifest." + "permission.WRITE_SECURE_SETTINGS, android.Manifest.permission.INTERACT_ACROSS_USERS_FULL})") void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId); oneway void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId); @EnforcePermission("TEST_INPUT_METHOD") @JavaPassthrough(annotation="@android.annotation.RequiresPermission(value = " Loading services/core/java/com/android/server/inputmethod/ZeroJankProxy.java +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ final class ZeroJankProxy implements IInputMethodManagerImpl.Callback { @Override public void showInputMethodPickerFromClient(IInputMethodClient client, int auxiliarySubtypeMode) { offload(() -> mInner.showInputMethodPickerFromClient(client, auxiliarySubtypeMode)); mInner.showInputMethodPickerFromClient(client, auxiliarySubtypeMode); } @IInputMethodManagerImpl.PermissionVerified(allOf = { Loading Loading
core/java/com/android/internal/view/IInputMethodManager.aidl +3 −3 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ interface IInputMethodManager { @EnforcePermission("TEST_INPUT_METHOD") @JavaPassthrough(annotation="@android.annotation.RequiresPermission(value = " + "android.Manifest.permission.TEST_INPUT_METHOD)") void hideSoftInputFromServerForTest(); oneway void hideSoftInputFromServerForTest(); // TODO(b/418839448): merge with startInputOrWindowGainedFocus once // WINDOW_FOCUS_GAIN_REPORT_ONLY uses async method. Loading Loading @@ -117,13 +117,13 @@ interface IInputMethodManager { in ImeOnBackInvokedDispatcher imeDispatcher, boolean imeRequestedVisible, int startInputSeq); void showInputMethodPickerFromClient(in IInputMethodClient client, oneway void showInputMethodPickerFromClient(in IInputMethodClient client, int auxiliarySubtypeMode); @EnforcePermission(allOf = {"WRITE_SECURE_SETTINGS", "INTERACT_ACROSS_USERS_FULL"}) @JavaPassthrough(annotation="@android.annotation.RequiresPermission(allOf = {android.Manifest." + "permission.WRITE_SECURE_SETTINGS, android.Manifest.permission.INTERACT_ACROSS_USERS_FULL})") void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId); oneway void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId); @EnforcePermission("TEST_INPUT_METHOD") @JavaPassthrough(annotation="@android.annotation.RequiresPermission(value = " Loading
services/core/java/com/android/server/inputmethod/ZeroJankProxy.java +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ final class ZeroJankProxy implements IInputMethodManagerImpl.Callback { @Override public void showInputMethodPickerFromClient(IInputMethodClient client, int auxiliarySubtypeMode) { offload(() -> mInner.showInputMethodPickerFromClient(client, auxiliarySubtypeMode)); mInner.showInputMethodPickerFromClient(client, auxiliarySubtypeMode); } @IInputMethodManagerImpl.PermissionVerified(allOf = { Loading