HomeSort by relevance Sort by last modified time
    Searched refs:CustomThread (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityManagerInternalTest.java 108 final CustomThread thread1 = new CustomThread(record1.networkStateLock);
110 final CustomThread thread2 = new CustomThread(record2.networkStateLock);
143 static class CustomThread extends Thread {
151 public CustomThread(Object lock) {
155 public CustomThread(Object lock, Runnable runnable) {
ActivityManagerServiceTest.java 31 import static com.android.server.am.ActivityManagerInternalTest.CustomThread;
272 CustomThread thread = new CustomThread(uidRec.networkStateLock);
    [all...]