Searched refs:appPrivateCommand (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java165 public void appPrivateCommand(String action, Bundle data); method in interface:InputMethodSession
H A DInputMethodManager.java1635 * Call {@link InputMethodSession#appPrivateCommand(String, Bundle)
1636 * InputMethodSession.appPrivateCommand()} on the current Input Method.
1655 mCurMethod.appPrivateCommand(action, data);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl46 void appPrivateCommand(String action, in Bundle data);
/frameworks/base/media/java/android/media/tv/
H A DITvInputSession.aidl42 void appPrivateCommand(in String action, in Bundle data);
H A DITvInputSessionWrapper.java133 mTvInputSessionImpl.appPrivateCommand((String) args.arg1, (Bundle) args.arg2);
209 public void appPrivateCommand(String action, Bundle data) { method in class:ITvInputSessionWrapper
H A DTvInputService.java918 void appPrivateCommand(String action, Bundle data) { method in class:TvInputService.Session
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java119 mInputMethodSession.appPrivateCommand((String)args.arg1,
196 public void appPrivateCommand(String action, Bundle data) { method in class:IInputMethodSessionWrapper
H A DInputMethodService.java525 public void appPrivateCommand(String action, Bundle data) { method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1255 .appPrivateCommand(command, data);
1257 Slog.e(TAG, "error in appPrivateCommand", e);

Completed in 162 milliseconds