/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
InfoPanel.java | 89 * Sent when an existing client information changed. 91 * This is sent from a non UI thread. 118 * Sent when a new device is selected. The new device can be accessed 127 * Sent when a new client is selected. The new client can be accessed
|
/sdk/emulator/tools/ |
Android.mk | 24 # to setup various system properties sent by the emulator program.
|
/frameworks/base/core/java/android/app/admin/ |
DeviceAdminReceiver.java | 31 * that are sent by the system. 72 * Action sent to a device administrator when the user has requested to 93 * Action sent to a device administrator when the user has disabled 98 * sent the receiver regardless of whether it is explicitly listed in 106 * Action sent to a device administrator when the user has changed the 122 * Action sent to a device administrator when the user has failed at 138 * Action sent to a device administrator when the user has successfully
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
SmsManager.java | 59 * broadcast when the message is sucessfully sent, or failed. 67 * which cause smaller number of SMS to be sent in checking period. 109 * broadcast when the corresponding message part has been sent. 117 * which cause smaller number of SMS to be sent in checking period. 144 * broadcast when the message is sucessfully sent, or failed. 152 * which cause smaller number of SMS to be sent in checking period. 237 /** Stored and sent (TS 51.011 10.5.3).
|
/external/tcpdump/ |
README | 70 Problems, bugs, questions, desirable enhancements, etc. should be sent 77 Source code contributions, etc. should be sent to the email address 127 were sent. 200ms later they were acked. Shortly thereafter 128 bytes 1024-1535 were sent and again acked after 200ms. 154 7 - number of times chunk was sent 162 # 134 chunks. 536 packets sent. 508 acks. 178 sequence space from 1561 to 2048. It was first sent 180 sent 15 seconds into the conversation and was sent 190 transfer and <seq. number> is the sequence number being sent [all...] |
/system/core/adb/ |
protocol.txt | 29 32 bit words which are sent across the wire in little endian format. 48 sent. 67 be sent. Any messages received before a CONNECT message MUST be ignored. 87 a READY message sent at the same time. 114 not change on later READY messages sent to the same stream. 127 A WRITE message may not be sent until a READY message is received. 128 Once a WRITE message is sent, an additional WRITE message may not be 129 sent until another READY message has been received. Recipients of 234 multiple WRITEs may be sent without requiring individual READY acks. 244 "OKAY" response is sent, otherwise a "FAIL" message is returned. Onc [all...] |
/external/webkit/WebCore/websockets/ |
WorkerThreadableWebSocketChannel.cpp | 121 static void workerContextDidSend(ScriptExecutionContext* context, RefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, bool sent) 124 workerClientWrapper->setSent(sent); 132 bool sent = m_mainWebSocketChannel->send(message); 133 m_loaderProxy.postTaskForModeToWorkerContext(createCallbackTask(&workerContextDidSend, m_workerClientWrapper, sent), m_taskMode); 275 return clientWrapper && clientWrapper->sent();
|
/frameworks/base/core/java/android/app/ |
UiModeManager.java | 32 * {@link android.content.Intent#ACTION_DOCK_EVENT} broadcasts that are sent when the user 55 * Broadcast sent when the device's UI has switched to car mode, either 69 * Broadcast sent when the device's UI has switch away from car mode back 76 * Broadcast sent when the device's UI has switched to desk mode, 90 * Broadcast sent when the device's UI has switched away from desk mode back
|
/frameworks/base/services/java/com/android/server/am/ |
PendingIntentRecord.java | 37 boolean sent = false; field in class:PendingIntentRecord 187 sent = true; 303 if (sent || canceled) { 304 pw.print(prefix); pw.print("sent="); pw.print(sent);
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
MultiPartSmsTests.java | 99 // ended up failing because it sent a gigantic message to some unknown number 144 // the sent and received messages compare the same. 149 // The "msgCount + 2" is to account for the sent and received message. Of 158 assertEquals("The sent and received messages aren't the same", 165 assertTrue("Never received the sent message", received);
|
/frameworks/base/tests/CoreTests/android/core/ |
RequestAPITest.java | 202 Log.d(LOGTAG, "testGet - sent request. Waiting"); 204 Log.d(LOGTAG, "testGet - sent request. Notified"); 250 Log.d(LOGTAG, TEST_NAME + " - sent request. Notified"); 275 Log.d(LOGTAG, "testHead - sent request waiting"); 302 Log.d(LOGTAG, "testChunked - sent request waiting"); 334 Log.d(LOGTAG, testName + " - sent request waiting"); 406 Log.d(LOGTAG, "testGetAndHead - sent request. Waiting"); 437 Log.d(LOGTAG, "testPost - sent request waiting"); 475 Log.d(LOGTAG, "testPostWithData - sent request waiting");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 110 * Sent when a new {@link Client} is selected. 116 * Sent when a new {@link IDevice} is selected. 408 * Sent when the a device is connected to the {@link AndroidDebugBridge}. 410 * This is sent from a non UI thread. 427 * Sent when the a device is disconnected to the {@link AndroidDebugBridge}. 429 * This is sent from a non UI thread. 461 * Sent when a device data changed, or when clients are started/terminated on the device. 463 * This is sent from a non UI thread. 501 * Sent when a new {@link IDevice} and {@link Client} are selected.
|
/external/qemu/hw/ |
goldfish_events_device.c | 32 * which events can be sent by the emulated hardware. 299 * BTN_MOUSE is sent when the trackball is pressed 300 * BTN_TOUCH is sent when the touchscreen is pressed 352 * EV_REL events are sent when the trackball is moved 361 * EV_ABS events are sent when the touchscreen is pressed 370 * EW_SW events are sent to indicate that the keyboard lid
|
/frameworks/base/core/java/android/content/ |
BroadcastReceiver.java | 27 * Base class for code that will receive intents sent by sendBroadcast(). 45 * <li> <b>Normal broadcasts</b> (sent with {@link Context#sendBroadcast(Intent) 50 * <li> <b>Ordered broadcasts</b> (sent with {@link Context#sendOrderedBroadcast(Intent, String) 221 * broadcasts sent through 229 * as those sent with {@link Context#sendBroadcast(Intent) 252 * broadcasts sent through 258 * as those sent with {@link Context#sendBroadcast(Intent) 282 * broadcasts sent through 290 * as those sent with {@link Context#sendBroadcast(Intent) 322 * with broadcasts sent throug [all...] |
/external/apache-http/src/org/apache/http/ |
HttpRequestInterceptor.java | 41 * Provides the ability to process a request before it is sent 57 * sent to the server. On the server side, this step is performed
|
HttpResponseInterceptor.java | 40 * Provides the ability to process a response before it is sent 56 * sent to the client. On the client side, this step is performed
|
/external/apache-http/src/org/apache/http/cookie/ |
SetCookie.java | 37 * This interface represents a <code>SetCookie</code> response header sent by the 93 * When <tt>true</tt> the cookie should only be sent
|
/external/bluetooth/bluez/doc/ |
control-api.txt | 88 Sent when a successful AVRCP connection has been made 93 Sent when the AVRCP connection to the remote device
|
/external/dbus/dbus/ |
dbus-message-private.h | 84 * Object representing a message received from or to be sent to 98 unsigned int locked : 1; /**< Message being sent, no modifications allowed. */
|
/external/freetype/include/freetype/internal/ |
ftdebug.h | 153 /* Output of the FT_TRACEX macros is sent to stderr. */ 171 /* Output of this macro is sent to stderr. */
|
/external/freetype/src/base/ |
ftdebug.c | 29 /* Error and trace messages are sent to the log file (which can be the */ 38 /* No error message is sent or generated. The code is free from any */
|
/external/ipsec-tools/src/racoon/ |
isakmp_xauth.h | 75 /* What's been sent */ 84 int state; /* what's been sent */
|
/external/opencore/baselibs/thread_messaging/src/ |
pv_proxied_interface.h | 98 ** This API will cancel a command that was previously sent 112 ** previously sent for an interface and may still be queued. 136 ** This API will cancel a notification that was previously sent 150 ** previously sent for an interface and may still be queued. 172 ** cleanup, the scheduler is stopped, all un-sent messages 187 ** have been sent, or else the max count of notifications has 287 ** PVMainProxy calls this to cleanup an un-sent or canceled 316 ** PVMainProxy calls this to cleanup an un-sent or canceled
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
pv_omx_proxied_interface.h | 104 ** This API will cancel a command that was previously sent 118 ** previously sent for an interface and may still be queued. 142 ** This API will cancel a notification that was previously sent 156 ** previously sent for an interface and may still be queued. 178 ** cleanup, the scheduler is stopped, all un-sent messages 193 ** have been sent, or else the max count of notifications has 296 ** PVMainProxy calls this to cleanup an un-sent or canceled 325 ** PVMainProxy calls this to cleanup an un-sent or canceled
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_license_manager_interface_types.h | 121 //Number of license challenges sent 130 //Number of license ack challenges sent
|