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

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowTestsBase.java 164 sWm.mH.runWithScissors(() -> { }, 0);
165 sWm.mAnimationHandler.runWithScissors(() -> { }, 0);
  /frameworks/base/services/tests/servicestests/src/com/android/server/display/
DisplayManagerServiceTest.java 129 displayManager.getDisplayHandler().runWithScissors(() -> {}, 0 /* now */);
167 displayManager.getDisplayHandler().runWithScissors(() -> {}, 0 /* now */);
191 handler.runWithScissors(() -> {}, 0 /* now */);
234 handler.runWithScissors(() -> {}, 0 /* now */);
  /frameworks/base/core/java/android/os/
Handler.java 477 * quitting the looper. Otherwise {@link #runWithScissors} may hang indefinitely.
492 public final boolean runWithScissors(final Runnable r, long timeout) {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
SyntheticPasswordTests.java 284 mService.mHandler.runWithScissors(() -> {}, 0 /*now*/); // Flush runnables on handler
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]

Completed in 159 milliseconds