Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DActivityManagerInternalTest.java104 final CustomThread thread1 = new CustomThread(record1.networkStateLock); in verifyNetworkUpdatedProcStateSeq()
106 final CustomThread thread2 = new CustomThread(record2.networkStateLock); in verifyNetworkUpdatedProcStateSeq()
149 static class CustomThread extends Thread { class in ActivityManagerInternalTest
157 CustomThread(Object lock) { in CustomThread() method in ActivityManagerInternalTest.CustomThread
161 CustomThread(Object lock, Runnable runnable) { in CustomThread() method in ActivityManagerInternalTest.CustomThread
H A DActivityManagerServiceTest.java35 import static com.android.server.am.ActivityManagerInternalTest.CustomThread;
386 CustomThread thread = new CustomThread(uidRec.networkStateLock); in verifySeqCounterAndInteractions()
1089 CustomThread thread = new CustomThread(record.networkStateLock, new Runnable() { in verifyWaitingForNetworkStateUpdate()