Searched defs:performPrivateCommand (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java167 public boolean performPrivateCommand(String action, Bundle data) { method in class:EditableInputConnection
/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java725 public boolean performPrivateCommand(String action, Bundle data); method in interface:InputConnection
H A DInputConnectionWrapper.java125 public boolean performPrivateCommand(String action, Bundle data) { method in class:InputConnectionWrapper
126 return mTarget.performPrivateCommand(action, data);
H A DBaseInputConnection.java427 public boolean performPrivateCommand(String action, Bundle data) { method in class:BaseInputConnection
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java422 public boolean performPrivateCommand(String action, Bundle data) { method in class:InputConnectionWrapper
424 mIInputContext.performPrivateCommand(action, data);
H A DIInputConnectionWrapper.java175 public void performPrivateCommand(String action, Bundle data) { method in class:IInputConnectionWrapper
422 Log.w(TAG, "performPrivateCommand on inactive InputConnection");
426 ic.performPrivateCommand((String)args.arg1,
/frameworks/base/core/java/android/widget/
H A DAbsListView.java5761 public boolean performPrivateCommand(String action, Bundle data) { method in class:AbsListView.InputConnectionWrapper
5762 return getTarget().performPrivateCommand(action, data);

Completed in 7583 milliseconds