Home | History | Annotate | Download | only in terminal

Lines Matching refs:Terminal

17 package com.android.terminal;
26 * Background service that keeps {@link Terminal} instances running and warm
30 private final SparseArray<Terminal> mTerminals = new SparseArray<Terminal>();
43 public SparseArray<Terminal> getTerminals() {
48 // If our first terminal, start ourselves as long-lived service
53 final Terminal term = new Terminal();
60 final Terminal term = mTerminals.get(key);
64 // If our last terminal, tear down long-lived service