Searched refs:mSessions (Results 1 – 1 of 1) sorted by relevance
66 private List<RichTvInputSessionImpl> mSessions; field in RichTvInputService72 if (mSessions != null) {73 for (RichTvInputSessionImpl session : mSessions) {90 mSessions = new ArrayList<RichTvInputSessionImpl>(); in onCreate()110 mSessions.add(session); in onCreateSession()221 mSessions.remove(this); in onRelease()