HomeSort by relevance Sort by last modified time
    Searched refs:mInputSessionManager (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/
TvApplication.java 110 @Nullable private InputSessionManager mInputSessionManager;
257 if (mInputSessionManager == null) {
258 mInputSessionManager = new InputSessionManager(this);
260 return mInputSessionManager;
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 191 private final InputSessionManager mInputSessionManager;
464 mInputSessionManager = tvSingletons.getInputSessionManager();
466 mInputSessionManager = null;
538 if (mInputSessionManager != null) {
539 mTvViewSession = mInputSessionManager.createTvViewSession(mTvView, this, mCallback);
580 if (mInputSessionManager != null) {
581 mInputSessionManager.releaseTvViewSession(mTvViewSession);
    [all...]

Completed in 132 milliseconds