Searched defs:UEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DUEventObserver.java25 * UEventObserver is an abstract class that receives UEvent's from the kernel.<p>
27 * Subclass UEventObserver, implementing onUEvent(UEvent event), then call
28 * startObserving() with a match string. The UEvent thread will then call your
29 * onUEvent() method when a UEvent occurs that contains your match string.<p>
31 * Call stopObserving() to stop receiving UEvent's.<p>
33 * There is only one UEvent thread per process, even if that process has
34 * multiple UEventObserver subclass instances. The UEvent thread starts when
36 * started the UEvent thread will not stop (although it can stop notifying
81 * Begin observation of UEvent's.<p>
82 * This method will cause the UEvent threa
126 public static final class UEvent { class in class:UEventObserver
130 public UEvent(String message) { method in class:UEventObserver.UEvent
[all...]

Completed in 70 milliseconds