Home
last modified time | relevance | path

Searched refs:sendAppPrivateCommand (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvRecordingClient.java214 public void sendAppPrivateCommand(@NonNull String action, Bundle data) { in sendAppPrivateCommand() method in TvRecordingClient
219 mSession.sendAppPrivateCommand(action, data); in sendAppPrivateCommand()
323 mSession.sendAppPrivateCommand(command.first, command.second); in onSessionCreated()
DTvView.java565 public void sendAppPrivateCommand(@NonNull String action, Bundle data) { in sendAppPrivateCommand() method in TvView
570 mSession.sendAppPrivateCommand(action, data); in sendAppPrivateCommand()
1086 mSession.sendAppPrivateCommand(command.first, command.second); in onSessionCreated()
DITvInputManager.aidl73 void sendAppPrivateCommand(in IBinder sessionToken, in String action, in Bundle data, in sendAppPrivateCommand() method
DTvInputManager.java2250 public void sendAppPrivateCommand(String action, Bundle data) {
2256 mService.sendAppPrivateCommand(mToken, action, data, mUserId);
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java2295 public void sendAppPrivateCommand(View view, String action, Bundle data) { in sendAppPrivateCommand() method in InputMethodManager
2299 fallbackImm.sendAppPrivateCommand(view, action, data); in sendAppPrivateCommand()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java1465 public void sendAppPrivateCommand(IBinder sessionToken, String command, Bundle data, in sendAppPrivateCommand() method in TvInputManagerService.BinderService
/frameworks/base/non-updatable-api/
Dcurrent.txt28208 method public void sendAppPrivateCommand(@NonNull String, android.os.Bundle);
28280 method public void sendAppPrivateCommand(@NonNull String, android.os.Bundle);
54577 method public void sendAppPrivateCommand(android.view.View, String, android.os.Bundle);
/frameworks/base/api/
Dcurrent.txt28338 method public void sendAppPrivateCommand(@NonNull String, android.os.Bundle);
28410 method public void sendAppPrivateCommand(@NonNull String, android.os.Bundle);
54721 method public void sendAppPrivateCommand(android.view.View, String, android.os.Bundle);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt41056 Landroid/media/tv/ITvInputManager$Stub$Proxy;->sendAppPrivateCommand(Landroid/os/IBinder;Ljava/lang…
41149 Landroid/media/tv/ITvInputManager;->sendAppPrivateCommand(Landroid/os/IBinder;Ljava/lang/String;Lan…
41618 Landroid/media/tv/TvInputManager$Session;->sendAppPrivateCommand(Ljava/lang/String;Landroid/os/Bund…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35789 … method public void sendAppPrivateCommand(android.view.View, java.lang.String, android.os.Bundle);