Searched refs:sendAppPrivateCommand (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl70 void sendAppPrivateCommand(in IBinder sessionToken, in String action, in Bundle data,
H A DTvView.java521 public void sendAppPrivateCommand(@NonNull String action, Bundle data) { method in class:TvView
526 mSession.sendAppPrivateCommand(action, data);
528 Log.w(TAG, "sendAppPrivateCommand - session not yet created (action \"" + action
1021 mSession.sendAppPrivateCommand(command.first, command.second);
H A DTvInputManager.java1795 public void sendAppPrivateCommand(String action, Bundle data) { method in class:TvInputManager.Session
1801 mService.sendAppPrivateCommand(mToken, action, data, mUserId);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1670 public void sendAppPrivateCommand(View view, String action, Bundle data) { method in class:InputMethodManager
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1294 public void sendAppPrivateCommand(IBinder sessionToken, String command, Bundle data, method in class:TvInputManagerService.BinderService
1298 userId, "sendAppPrivateCommand");

Completed in 79 milliseconds