Searched refs:SessionChannel (Results 1 – 3 of 3) sorted by relevance
23 class SessionChannel(private var mEstablishedCallback: Runnable) : AutoCloseable { in <lambda>() class77 val ESTABLISH_KEY = SessionChannel::class.qualifiedName in <lambda>()
86 private final SessionChannel mChannel;125 mChannel = new SessionChannel(bundle.getParcelable(CHANNEL_KEY, RemoteCallback.class)); in ImeSettings()133 SessionChannel getChannel() { in getChannel()
109 private SessionChannel mChannel;343 mChannel = new SessionChannel(sessionEstablished::countDown); in initialize()