Home
last modified time | relevance | path

Searched refs:PrimitiveDispatcherThread (Results 1 – 1 of 1) sorted by relevance

/packages/apps/IM/src/com/android/im/imps/
DImpsConnection.java45 private PrimitiveDispatcherThread mDispatcherThread;
186 mDispatcherThread = new PrimitiveDispatcherThread(mDataChannel); in doLogin()
530 private class PrimitiveDispatcherThread extends Thread { class in ImpsConnection
534 public PrimitiveDispatcherThread(DataChannel channel) in PrimitiveDispatcherThread() method in ImpsConnection.PrimitiveDispatcherThread