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 127 private InputSessionManager mInputSessionManager;
301 if (mInputSessionManager == null) {
302 mInputSessionManager = new InputSessionManager(this);
304 return mInputSessionManager;
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 183 private final InputSessionManager mInputSessionManager;
428 mInputSessionManager = appSingletons.getInputSessionManager();
430 mInputSessionManager = null;
474 if (mInputSessionManager != null) {
475 mTvViewSession = mInputSessionManager.createTvViewSession(mTvView, this, mCallback);
520 if (mInputSessionManager != null) {
521 mInputSessionManager.releaseTvViewSession(mTvViewSession);
    [all...]

Completed in 65 milliseconds