Searched refs:performPrivateCommand (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/inputmethod/
H A DInputConnectionCompat.java122 return inputConnection.performPrivateCommand(COMMIT_CONTENT_ACTION, params);
224 public boolean performPrivateCommand(String action, Bundle data) {
228 return super.performPrivateCommand(action, data);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java788 boolean performPrivateCommand(String action, Bundle data); method in interface:InputConnection
H A DInputConnectionWrapper.java267 public boolean performPrivateCommand(String action, Bundle data) { method in class:InputConnectionWrapper
268 return mTarget.performPrivateCommand(action, data);
H A DBaseInputConnection.java594 public boolean performPrivateCommand(String action, Bundle data) { method in class:BaseInputConnection
/frameworks/base/core/java/com/android/internal/view/
H A DIInputContext.aidl70 void performPrivateCommand(String action, in Bundle data);
H A DInputConnectionWrapper.java539 public boolean performPrivateCommand(String action, Bundle data) { method in class:InputConnectionWrapper
541 mIInputContext.performPrivateCommand(action, data);
H A DIInputConnectionWrapper.java200 public void performPrivateCommand(String action, Bundle data) { method in class:IInputConnectionWrapper
492 Log.w(TAG, "performPrivateCommand on inactive InputConnection");
495 ic.performPrivateCommand(action, data);
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java166 public boolean performPrivateCommand(String action, Bundle data) { method in class:EditableInputConnection
/frameworks/base/core/java/android/widget/
H A DAbsListView.java6015 public boolean performPrivateCommand(String action, Bundle data) { method in class:AbsListView.InputConnectionWrapper
6016 return getTarget().performPrivateCommand(action, data);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 333 milliseconds