HomeSort by relevance Sort by last modified time
    Searched full:handler (Results 301 - 325 of 2523) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/webkit/
UrlInterceptHandler.java 32 * surrogate response for the request, or null if the handler is
46 * surrogate response for the request, or null if the handler is
HttpAuthHandler.java 20 import android.os.Handler;
28 * HTTP authentication handler: local handler that takes care
33 public class HttpAuthHandler extends Handler {
34 /* It is important that the handler is in Network, because
65 * Creates a new HTTP authentication handler with an empty
StreamLoader.java 22 import android.os.Handler;
46 abstract class StreamLoader implements Handler.Callback {
59 // Handler which will be initialized in the thread where load() is called.
60 private Handler mHandler;
94 * This method simply creates a Handler in the current thread and posts a
100 mHandler = new Handler(this);
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 19 import android.os.Handler;
67 protected class H extends Handler {
  /frameworks/base/telephony/java/com/android/internal/telephony/
ServiceStateTracker.java 20 import android.os.Handler;
30 public abstract class ServiceStateTracker extends Handler {
170 * @param h handler to notify
174 public void registerForRoamingOn(Handler h, int what, Object obj) {
183 public void unregisterForRoamingOn(Handler h) {
191 * @param h handler to notify
195 public void registerForRoamingOff(Handler h, int what, Object obj) {
204 public void unregisterForRoamingOff(Handler h) {
CallerInfoAsyncQuery.java 24 import android.os.Handler;
104 * handler since the handler has no state.
127 // However, if there is any code that this Handler calls (such as in
154 Message reply = args.handler.obtainMessage(msg.what);
169 * Asynchronous query handler class for the contact / callerinfo object.
176 protected Handler createHandler(Looper looper) {
269 if (DBG) log("starting query for URI: " + contactRef + " handler: " + c.toString());
293 if (DBG) log("starting query for number: " + number + " handler: " + c.toString());
320 if (DBG) log("adding listener to query: " + mHandler.mQueryUri + " handler: "
    [all...]
  /packages/apps/IM/libwbxml/include/
wbxml_encoder.h 52 void setWbxmlHandler(WbxmlHandler * handler)
54 mHandler = handler;
  /packages/apps/IM/src/com/android/im/app/adapter/
ContactListListenerAdapter.java 35 public ContactListListenerAdapter(SimpleAlertHandler handler) {
36 mHandler = handler;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 24 import android.os.Handler;
73 private final ContentObserver mFavoritesObserver = new ContentObserver(new Handler()) {
  /cts/tests/tests/os/src/android/os/cts/
TokenWatcherTest.java 23 import android.os.Handler;
43 private Handler mHandler;
69 mHandler = new Handler(mLooper);
117 notes = "Test constructor TokenWatcher(Handler h, String tag) throuth mock class",
119 args = {android.os.Handler.class, java.lang.String.class}
246 public MockTokenWatcher(Handler h, String tag) {
MessageTest.java 20 import android.os.Handler;
41 private Handler mHandler = new Handler() {
87 args = {android.os.Handler.class}
174 args = {Handler.class}
185 args = {Handler.class, Runnable.class}
197 args = {Handler.class, int.class}
209 args = {Handler.class, int.class, Object.class}
222 args = {Handler.class, int.class, int.class, int.class}
236 args = {Handler.class, int.class, int.class, int.class, Object.class
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 133 SerializationHandler handler = transformer.getSerializationHandler(); local
147 handler.characters(s.toCharArray(), 0, s.length());
155 DTMTreeWalker tw = new TreeWalker2Result(transformer, handler);
175 SerializerUtils.addAttribute(handler, pos);
186 handler, value, transformer.getXPathContext());
192 handler.characters(s.toCharArray(), 0, s.length());
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource.java 43 /** Register a SAX-style content handler for us to output to
45 public void setContentHandler(ContentHandler handler);
47 /** Register a SAX-style lexical handler for us to output to
49 public void setLexicalHandler(org.xml.sax.ext.LexicalHandler handler);
51 /** Register a SAX-style DTD handler for us to output to
53 public void setDTDHandler(org.xml.sax.DTDHandler handler);
  /external/clearsilver/mod_ecs/
mod_ecs.c 546 ecs_manager *handler; local
552 handler = findHandler (sconf->handlers, r->filename);
553 if (handler == NULL)
565 handler = (ecs_manager*)ap_push_array(sconf->handlers);
566 handler->dlib = my_handler.dlib;
567 handler->wrap_init = my_handler.wrap_init;
568 handler->start = my_handler.start;
569 handler->mtime = my_handler.mtime;
570 handler->loaded = my_handler.loaded;
571 handler->libpath = my_handler.libpath
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Exception_info.java 25 * array at which the exception handler is active. The value of start_pc must be
31 * The start_pc is inclusive and end_pc is exclusive; that is, the exception handler
36 * The value of the handler_pc item indicates the start of the exception handler.
46 * a class of exceptions that this exception handler is designated to catch.
48 * handler will be called only if the thrown exception is an instance of the given
51 * If the value of the catch_type item is zero, this exception handler is called for
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
error_handlers.py 23 """Defines style error handler classes.
25 A style error handler is a function to call when a style error is
27 a style error handler should implement the following methods.
57 """The default style error handler."""
61 """Create a default style error handler.
147 """Create a patch style error handler for the given path.
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 21 import android.os.Handler;
40 private Handler mHandlerForUpdateNotifications = null;
57 * @param handlerForUpdateNotifications the Handler that should be used to receive
60 * messages then you can create your own handler and use that here.
63 Handler handlerForUpdateNotifications) {
95 mHandlerForUpdateNotifications = new Handler();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTest.java 21 import android.os.Handler;
71 Handler handler = null; local
91 handler = activity.getHandler();
92 Message msg = handler.obtainMessage(
98 handler.sendMessage(msg);
  /frameworks/base/core/java/android/pim/vcard/
VCardComposer.java 155 * An useful example handler, which emits VCard String to outputstream one by one.
326 public void addHandler(OneEntryHandler handler) {
327 if (handler != null) {
328 mHandlerList.add(handler);
356 for (OneEntryHandler handler : mHandlerList) {
357 if (!handler.onInit(mContext)) {
366 for (OneEntryHandler handler : mHandlerList) {
367 handler.onInit(mContext);
440 // This function does not care the OutOfMemoryError on the handler side
445 for (OneEntryHandler handler : mHandlerList)
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
ParserAdapterTest.java 67 private MockHandler handler = new MockHandler(logger); field in class:ParserAdapterTest
84 adapter.setContentHandler(handler);
85 adapter.setDTDHandler(handler);
86 adapter.setErrorHandler(handler);
237 adapter.setDTDHandler(handler);
238 assertEquals(handler, adapter.getDTDHandler());
257 adapter.setContentHandler(handler);
258 assertEquals(handler, adapter.getContentHandler());
277 adapter.setErrorHandler(handler);
278 assertEquals(handler, adapter.getErrorHandler())
    [all...]
  /frameworks/base/core/java/android/widget/
Filter.java 19 import android.os.Handler;
46 private Handler mThreadHandler;
47 private Handler mResultHandler;
211 * <p>Worker thread handler. When a new filtering request is posted from
213 * it is sent to this handler.</p>
215 private class RequestHandler extends Handler {
223 * with the results to the results handler.</p>
267 private class ResultsHandler extends Handler {
269 * <p>Messages received from the request handler are processed in the
319 * {@link Handler#sendMessageDelayed(android.os.Message, long)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 107 * This code works alongside the Asynchronous query handler {@link QueryHandler}
108 * and query cancel handler implemented in {@link SimContactQueryCookie}.
136 // create the async query handler
137 QueryHandler handler = new QueryHandler (context.getContentResolver()); local
140 SimContactQueryCookie sc = new SimContactQueryCookie(index - 1, handler,
161 handler.startQuery(ADN_QUERY_TOKEN, sc, Uri.parse("content://icc/adn"),
236 * handler's onQuery Complete, as well as what we need in order to cancel
253 public SimContactQueryCookie(int number, QueryHandler handler, int token) {
255 mHandler = handler;
293 * Asynchronous query handler that services requests to look up ADN
    [all...]
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FormatterTest.java 33 import java.util.logging.Handler;
111 args = {java.util.logging.Handler.class}
117 args = {java.util.logging.Handler.class}
127 * test for method public String getHead(Handler h)
133 args = {Handler.class}
143 * test for method public String getTail(Handler h)
149 args = {Handler.class}
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 22 import android.os.Handler;
35 private Handler mHandler = new Handler();
78 final Handler handler = eventLoader.mHandler; local
107 handler.post(uiCallback);
222 * Posts uiCallback to the {@link Handler} for this view, which will run in the UI thread.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 298 * Set the DTD handler.
300 * @param handler the new DTD handler
303 public void setDTDHandler (DTDHandler handler)
305 dtdHandler = handler;
310 * Return the current DTD handler.
312 * @return the current DTD handler, or null if none was supplied
322 * Set the content handler.
324 * @param handler the new content handler
    [all...]

Completed in 744 milliseconds

<<11121314151617181920>>