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

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

Completed in 48 milliseconds