Searched refs:shutdownWatchdog (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/awt/org/apache/harmony/awt/wtk/
H A DNativeEventQueue.java35 private ShutdownWatchdog shutdownWatchdog; field in class:NativeEventQueue
72 shutdownWatchdog.setNativeQueueEmpty(true);
82 shutdownWatchdog.setNativeQueueEmpty(false);
113 shutdownWatchdog = watchdog;
/frameworks/base/awt/java/awt/
H A DEventDispatchThread.java50 toolkit.shutdownWatchdog.forceShutdown();
71 toolkit.shutdownWatchdog.setNativeQueueEmpty(true);
81 toolkit.shutdownWatchdog.setAwtQueueEmpty(true);
H A DToolkit.java124 final ShutdownWatchdog shutdownWatchdog = new ShutdownWatchdog(); field in class:Toolkit
425 wtk.getNativeEventQueue().setShutdownWatchdog(shutdownWatchdog);

Completed in 461 milliseconds