Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DLooperTest.java39 import com.android.compatibility.common.util.TestThread;
95 TestThread t = new TestThread(new Runnable() { in testMyLooper()
109 TestThread t = new TestThread(new Runnable() { in testIsCurrentThread()
124 TestThread t = new TestThread(new Runnable() { in testMyQueue()
147 TestThread t = new TestThread(new Runnable() { in testGetQueue()
160 TestThread t = new TestThread(new Runnable() { in testPrepare()
178 TestThread t = new TestThread(new Runnable() { in testPrepareMainLooper()
194 TestThread t = new TestThread(new Runnable() { in testQuit()
228 TestThread t = new TestThread(new Runnable() { in testSetMessageLogging()
DConditionVariableTest.java23 import com.android.compatibility.common.util.TestThread;
61 TestThread t = new TestThread(new Runnable() { in testConditionVariable()
80 t = new TestThread(new Runnable() { in testConditionVariable()
DDebugTest.java34 import com.android.compatibility.common.util.TestThread;
131 TestThread t = new TestThread(new Runnable() { in testThreadCpuTimeNanos()
DHandlerTest.java38 import com.android.compatibility.common.util.TestThread;
85 new TestThread(new Runnable() { in testConstructor()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTestThread.java23 public final class TestThread extends Thread { class
27 public TestThread(Runnable target) { in TestThread() method in TestThread
/cts/tests/tests/telephony3/src/android/telephony3/cts/
DPhoneStateListenerTest.java33 import com.android.compatibility.common.util.TestThread;
84 TestThread t = new TestThread(new Runnable() { in testOnUnRegisterFollowedByRegister()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellLocationTest.java36 import com.android.compatibility.common.util.TestThread;
105 TestThread t = new TestThread(new Runnable() { in testCellLocation()
DCarrierConfigManagerTest.java71 import com.android.compatibility.common.util.TestThread;
547 TestThread t = new TestThread(new Runnable() { in testCarrierConfigNameOverride()
DSubscriptionManagerTest.java80 import com.android.compatibility.common.util.TestThread;
896 TestThread t = new TestThread(new Runnable() { in testSetUiccApplicationsEnabled()
1396 TestThread t = new TestThread(() -> { in waitForSubscriptionCondition()
DTelephonyManagerTest.java144 import com.android.compatibility.common.util.TestThread;
805 TestThread t = new TestThread(() -> { in testListen()
1996 TestThread t = new TestThread(() -> { in testGetServiceState()
2404 TestThread t = new TestThread(() -> { in testRebootRadio()
2458 t = new TestThread(() -> { in testRebootRadio()
5848 TestThread t = new TestThread(() -> { in testRegisterTelephonyCallback()
/cts/tests/tests/widget/src/android/widget/cts/
DFilterTest.java39 import com.android.compatibility.common.util.TestThread;
74 new TestThread(() -> { in testConstructor() method
83 new TestThread(() -> { in testConvertResultToString() method
DCursorAdapterTest.java48 import com.android.compatibility.common.util.TestThread;
360 new TestThread(() -> { in testOnContentChanged() method
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemManager.java44 import com.android.compatibility.common.util.TestThread;
91 TestThread t = in waitForSubscriptionCondition()
92 new TestThread( in waitForSubscriptionCondition()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java1285 private class TestThread extends Thread { class in UsbDeviceTestActivity
1297 TestThread(@NonNull UsbDeviceConnection connection, in TestThread() method in UsbDeviceTestActivity.TestThread
1332 private class QueuerThread extends TestThread {
1440 private class ReceiverThread extends TestThread {