Searched refs:appPrivateCommand (Results 1 - 9 of 9) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodSession.java | 165 public void appPrivateCommand(String action, Bundle data); method in interface:InputMethodSession
|
H A D | InputMethodManager.java | 1722 * Call {@link InputMethodSession#appPrivateCommand(String, Bundle) 1723 * InputMethodSession.appPrivateCommand()} on the current Input Method. 1742 mCurMethod.appPrivateCommand(action, data);
|
/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputMethodSession.aidl | 46 void appPrivateCommand(String action, in Bundle data);
|
/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputSession.aidl | 43 void appPrivateCommand(in String action, in Bundle data);
|
H A D | ITvInputSessionWrapper.java | 168 mTvInputRecordingSessionImpl.appPrivateCommand( 171 mTvInputSessionImpl.appPrivateCommand((String) args.arg1, (Bundle) args.arg2); 294 public void appPrivateCommand(String action, Bundle data) { method in class:ITvInputSessionWrapper
|
H A D | TvInputService.java | 1215 void appPrivateCommand(String action, Bundle data) { method in class:TvInputService.Session 1775 void appPrivateCommand(String action, Bundle data) { method in class:TvInputService.RecordingSession
|
/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodSessionWrapper.java | 119 mInputMethodSession.appPrivateCommand((String)args.arg1, 196 public void appPrivateCommand(String action, Bundle data) { method in class:IInputMethodSessionWrapper
|
H A D | InputMethodService.java | 546 public void appPrivateCommand(String action, Bundle data) { method in class:InputMethodService.InputMethodSessionImpl
|
/frameworks/base/services/core/java/com/android/server/tv/ |
H A D | TvInputManagerService.java | 1442 .appPrivateCommand(command, data); 1444 Slog.e(TAG, "error in appPrivateCommand", e);
|
Completed in 157 milliseconds