HomeSort by relevance Sort by last modified time
    Searched full:incoming (Results 251 - 275 of 1921) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/res/values/
strings.xml 175 <!-- Appears on screen while system is checking incoming server settings -->
206 <!-- "Incoming server settings" screen, headline (text over divider) [CHAR LIMIT=none] -->
207 <string name="account_setup_incoming_headline">Incoming server settings</string>
208 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable -->
210 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable -->
212 <!-- "Incoming server settings" screen, label for text field -->
214 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable -->
216 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable -->
218 <!-- "Incoming server settings" screen, label for pop-up menu, should be uppercase where applicable -->
220 <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicatin
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 86 * -e INCOMING imap+ssl+://test_account:test_password@imap.gmail.com \
99 * and the appropriate incoming/outgoing information will be filled in automatically.
105 private static final String EXTRA_CREATE_ACCOUNT_INCOMING = "INCOMING";
144 // User is entering incoming settings
146 // We're checking incoming settings
219 // Set aside incoming AccountAuthenticatorResponse, if there was any
268 * incoming: The URI-style string defining the incoming account
274 final String incoming = intent.getStringExtra(EXTRA_CREATE_ACCOUNT_INCOMING); local
286 TextUtils.isEmpty(incoming) || TextUtils.isEmpty(outgoing))
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 44 * provided in the incoming Intent if there is one, otherwise it defaults to displaying the
254 * ACTION_INSERT. The data from the incoming Intent is put into the new Intent. In effect,
308 // Casts the incoming data object into the type for AdapterView objects.
388 // Appends the selected note's ID to the URI sent with the incoming Intent.
437 * This method handles incoming actions of either PICK (get data from the provider) or
438 * GET_CONTENT (get or create data). If the incoming action is EDIT, this method sends a
448 // Constructs a new URI from the incoming URI and the row ID
451 // Gets the action from the incoming Intent
NotesLiveFolder.java 48 * Gets the incoming Intent and its action. If the incoming Intent was
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 100 * around the incoming literal.
117 * around the incoming literal.
  /external/iproute2/examples/diffserv/
Edge31-cb-chains 32 # tag the rest of incoming packets from subnet 10.2.0.0/24 to fw value 1
33 # tag all incoming packets from any other subnet to fw tag 2
Edge32-cb-chains 35 # tag the rest of incoming packets from subnet 10.2.0.0/24 to fw value 1
36 # tag all incoming packets from any other subnet to fw tag 2
  /external/iproute2/man/man8/
ip-rule.8 79 of each rule is applied to {source address, destination address, incoming
181 select the incoming device to match. If the interface is loopback,
  /external/jetty/src/java/org/eclipse/jetty/websocket/
AbstractExtension.java 75 public void bind(WebSocket.FrameConnection connection, FrameHandler incoming, WebSocketGenerator outgoing)
78 _inbound=incoming;
  /external/jmdns/src/javax/jmdns/impl/tasks/
DNSTask.java 104 * incoming request
197 * incoming request
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 298 tNFA_RW_MSG *p_buffer_rw_msg; /* Buffer to hold incoming cmd while reading tag id */
308 UINT32 ndef_rd_offset; /* current read-offset of incoming NDEF data */
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.h 431 * must provide a working buffer to the socket in order to handle incoming data. This buffer
433 * used as a linear buffer to store incoming data as a stream. Data will be readable later
506 * \brief <b>Listen for incoming connection requests on a socket</b>.
509 * incoming connection requests. In this state, the socket is not able to communicate
534 * \brief <b>Accept an incoming connection request for a socket</b>.
536 * This functions allows the client to accept an incoming connection request.
564 * \brief <b>Reject an incoming connection request for a socket</b>.
566 * This functions allows the client to reject an incoming connection request.
    [all...]
  /external/libvncserver/libvncclient/
ultra.c 71 /* allocate enough space to store the incoming compressed packet */
156 /* allocate enough space to store the incoming compressed packet */
  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 133 /// number of incoming edge labels the given node has.
139 /// incoming edge label with the given index in the given node.
  /external/llvm/test/Transforms/Util/
lowerswitch.ll 3 ; Test that we don't crash and have a different basic block for each incoming edge.
25 ; (take 84 and 85 below) - check that the number of incoming phi values match
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 23 // Incoming message handlers
97 // Incoming message handlers
  /external/parameter-framework/remote-processor/
RemoteProcessorServer.cpp 156 // New incoming connection
185 // Process all incoming requests from the client
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 78 /* Convert incoming coefficients to the required format/ordering */
103 /* Convert incoming coefficients to the required format/ordering */
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 47 * Incoming call that can be accepted or rejected.
185 case CALL_STATE_INCOMING: builder.append("INCOMING"); break;
  /frameworks/base/core/java/android/os/
Binder.java 86 * If the current thread is not currently executing an incoming transaction,
96 * incoming transaction, then its own uid is returned.
106 * incoming transaction, then its own UserHandle is returned.
113 * Reset the identity of the incoming IPC on the current thread. This can
114 * be useful if, while handling an incoming call, you will be calling
131 * Restore the identity of the incoming IPC on the current thread
262 * process watchdog to disable incoming dump calls while it has detecting the system
485 // to the main transaction loop to wait for another incoming transaction. Either
Vibrator.java 77 * vibrations associated with incoming calls.
129 * vibrations associated with incoming calls.
  /frameworks/base/docs/html/training/secure-file-sharing/
retrieve-info.jd 52 * Get the file's content URI from the incoming Intent, then
90 * Get the file's content URI from the incoming Intent,
  /frameworks/base/services/core/java/com/android/server/hdmi/
SendKeyAction.java 53 // State in which the action is handling incoming keys. Persists throughout the process
160 // Send key action doesn't need any incoming CEC command, hence does not consume it.
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipSession.aidl 119 * Answers an incoming call with the specified session description. The
131 * incoming call. The method is only valid to call when the session state is
  /hardware/libhardware/include/hardware/
bt_hf.h 92 /** Callback for answer incoming call (ATA)
287 * 3. number & type: valid only for incoming & waiting call

Completed in 417 milliseconds

<<11121314151617181920>>