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

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
RemoteAnimationControllerTest.java 79 sWm.mH.runWithScissors(() -> {
  /frameworks/base/core/java/android/os/
Handler.java 543 * quitting the looper. Otherwise {@link #runWithScissors} may hang indefinitely.
558 public final boolean runWithScissors(final Runnable r, long timeout) {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/display/
DisplayManagerServiceTest.java 133 displayManager.getDisplayHandler().runWithScissors(() -> {}, 0 /* now */);
171 displayManager.getDisplayHandler().runWithScissors(() -> {}, 0 /* now */);
195 handler.runWithScissors(() -> {}, 0 /* now */);
294 handler.runWithScissors(() -> {}, 0 /* now */);
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
SyntheticPasswordTests.java 226 mService.mHandler.runWithScissors(() -> {}, 0 /*now*/); // Flush runnables on handler
236 mService.mHandler.runWithScissors(() -> {}, 0 /*now*/); // Flush runnables on handler
248 mService.mHandler.runWithScissors(() -> {}, 0 /*now*/); // Flush runnables on handler
346 mService.mHandler.runWithScissors(() -> {}, 0 /*now*/); // Flush runnables on handler
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetTracker.java 403 mHandler.runWithScissors(r, 2000L /* timeout */);
  /frameworks/base/services/core/java/com/android/server/display/
BrightnessTracker.java 691 mBgHandler.runWithScissors(() -> dumpLocal(pw), 1000);
    [all...]
DisplayPowerController.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 634 .runWithScissors(() -> {
    [all...]

Completed in 169 milliseconds