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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java362 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.java424 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.java408 public boolean performPrivateCommand(String action, Bundle data) { method in class:InputConnectionWrapper
410 mIInputContext.performPrivateCommand(action, data);
H A DIInputConnectionWrapper.java174 public void performPrivateCommand(String action, Bundle data) { method in class:IInputConnectionWrapper
415 Log.w(TAG, "performPrivateCommand on inactive InputConnection");
419 ic.performPrivateCommand((String)args.arg1,
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java166 public boolean performPrivateCommand(String action, Bundle data) { method in class:EditableInputConnection

Completed in 2873 milliseconds