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

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocusTest.java 22 import android.os.Handler;
39 private Handler mHandler;
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
CmdInterpretWext.h 55 TI_HANDLE hEvHandler; /* Event-handler module handle */
56 TI_HANDLE hCmdHndlr; /* Handle to the Command-Handler */
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
requestHandler.h 35 * \brief Request Handler module interface header file
43 /* PURPOSE: Request Handler module interface header file */
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 35 import android.os.Handler;
69 void start(Handler sessionHandler);
  /packages/apps/Gallery/src/com/android/camera/
Util.java 33 import android.os.Handler;
369 private final Handler mHandler;
378 ProgressDialog dialog, Handler handler) {
383 mHandler = handler;
415 String title, String message, Runnable job, Handler handler) {
420 new Thread(new BackgroundJob(activity, job, dialog, handler)).start();
  /packages/apps/Gallery3D/src/com/cooliris/media/
Util.java 29 import android.os.Handler;
206 private final Handler mHandler;
215 public BackgroundJob(MonitoredActivity activity, Runnable job, ProgressDialog dialog, Handler handler) {
220 mHandler = handler;
250 public static void startBackgroundJob(MonitoredActivity activity, String title, String message, Runnable job, Handler handler) {
254 new Thread(new BackgroundJob(activity, job, dialog, handler)).start();
  /packages/apps/IM/src/com/android/im/app/
ImRingtonePreference.java 52 false /* keep updated */, null /* no handler */);
75 false /* keep updated */, null /* no handler */);
  /packages/apps/Phone/src/com/android/phone/
CallWaitingCheckBoxPreference.java 7 import android.os.Handler;
61 private class MyHandler extends Handler {
CdmaVoicePrivacyCheckBoxPreference.java 7 import android.os.Handler;
46 private class MyHandler extends Handler {
  /system/core/nexus/
WifiStatusPoller.cpp 32 WifiStatusPoller::WifiStatusPoller(IWifiStatusPollerHandler *handler) :
33 mHandlers(handler) {
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
CmdInterpretWext.h 55 TI_HANDLE hEvHandler; /* Event-handler module handle */
56 TI_HANDLE hCmdHndlr; /* Handle to the Command-Handler */
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
requestHandler.h 35 * \brief Request Handler module interface header file
43 /* PURPOSE: Request Handler module interface header file */
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 34 import android.os.Handler;
57 class HTML5VideoViewProxy extends Handler
83 // The handler for WebCore thread messages;
84 private Handler mWebCoreHandler;
270 // Handler for the messages from WebCore or Timer thread to the UI thread.
337 // The handler to handle messages on the WebCore thread.
338 private Handler mHandler;
343 mHandler = new Handler();
452 // This handler is for the main (UI) thread.
458 // create the message handler for this threa
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 23 import android.os.Handler;
151 * Notifies handler of any transition into State.ABSENT
153 public void registerForAbsent(Handler h, int what, Object obj) {
163 public void unregisterForAbsent(Handler h) {
168 * Notifies handler of any transition into State.NETWORK_LOCKED
170 public void registerForNetworkLocked(Handler h, int what, Object obj) {
180 public void unregisterForNetworkLocked(Handler h) {
185 * Notifies handler of any transition into State.isPinLocked()
187 public void registerForLocked(Handler h, int what, Object obj) {
197 public void unregisterForLocked(Handler h)
    [all...]
  /frameworks/base/tools/preload/
sorttable.js 352 sorttable.init(); // call the onload handler
361 sorttable.init(); // call the onload handler
374 function dean_addEvent(element, type, handler) {
376 element.addEventListener(type, handler, false);
378 // assign each event handler a unique ID
379 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
386 // store the existing event handler (if there is one)
391 // store the event handler in the hash table
392 handlers[handler.$$guid] = handler
    [all...]
  /external/opencore/engines/player/include/
pv_player_interface.h 107 * callback handler will be called when this command request completes.
133 * callback handler will be called when this command request completes.
152 * callback handler will be called when this command request completes.
175 * callback handler will be called when this command request completes.
199 * callback handler will be called when this command request completes.
221 * callback handler will be called when this command request completes.
245 * callback handler will be called when this command request completes.
268 * callback handler will be called when this command request completes.
283 * callback handler will be called when this command request completes.
296 * callback handler will be called when this command request completes
    [all...]
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 15 * handler saves all the registers, so we don't need a stack to keep
  /build/tools/apicheck/src/com/android/apicheck/
ApiCheck.java 103 MakeHandler handler = new MakeHandler(); local
104 xmlreader.setContentHandler(handler);
105 xmlreader.setErrorHandler(handler);
108 ApiInfo apiInfo = handler.getApi();
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
RejectedExecutionHandler.java 10 * A handler for tasks that cannot be executed by a {@link ThreadPoolExecutor}.
  /dalvik/libcore/luni/src/main/java/java/net/
FileNameMap.java 22 * used by {@code URLStreamHandler} for determining the right content handler to
ResponseCache.java 24 * primarily for the according stream handler implementations.
34 * stream handler reads. If the stream handler fails to get a resource from the
149 * Allows the protocol handler to cache data after retrieving resources. The
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/test_protocol/
Handler.java 25 public class Handler extends URLStreamHandler {
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerClient.java 24 * A content handler can get a reference
  /dalvik/vm/mterp/armv4t/
OP_SGET_WIDE.S 6 * 64-bit SGET handler.
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_INTERFACE.S 27 b common_invokeMethod${routine} @ jump to common handler

Completed in 102 milliseconds

<<11121314151617181920>>