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

/frameworks/base/core/java/android/os/
H A DUEventObserver.java27 * 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>
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
82 * This method will cause the UEvent thread to start if this is the first
84 * Once called, the UEvent thread will call onUEvent() when an incoming
85 * UEvent matches the specified string.<p>
90 * @param match A substring of the UEvent t
126 public static final class UEvent { class in class:UEventObserver
130 public UEvent(String message) { method in class:UEventObserver.UEvent
[all...]

Completed in 2575 milliseconds