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

  /frameworks/base/core/java/android/os/
TestLooperManager.java 25 * A TestLooperManager should be acquired using
31 public class TestLooperManager {
45 public TestLooperManager(Looper looper) {
48 throw new RuntimeException("TestLooperManager already held for this looper");
96 * no further interactions with TestLooperManager will be allowed after
180 synchronized (TestLooperManager.this) {
182 TestLooperManager.this.notify();
193 synchronized (TestLooperManager.this) {
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 344 milliseconds