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

<<11121314151617181920>>

  /frameworks/base/core/java/android/provider/
CallLog.java 149 * The type of the call (incoming, outgoing or missed).
156 /** Call log type for outgoing calls. */
376 * @param callType enumerated values for "incoming", "outgoing", or "missed"
405 * @param callType enumerated values for "incoming", "outgoing", or "missed"
556 * @return The last phone number dialed (outgoing) or an empty
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 52 String mPostDialString; // outgoing calls only
542 * An incoming or outgoing call has connected
557 // outgoing calls only
560 // Only release wake lock for incoming calls, for outgoing calls the wake lock
716 * and outgoing calls
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 172 } else if (newState == InCallState.PENDING_OUTGOING || newState == InCallState.OUTGOING) {
178 // getCallToDisplay doesn't go through outgoing or incoming calls. It will return the
563 * Returns the gateway number for any existing outgoing call.
587 * For example, "calling via [Account/Google Voice]" for outgoing calls.
596 // Return the label for the gateway app on outgoing calls.
CallButtonPresenter.java 78 if (newState == InCallState.OUTGOING) {
85 // OUTGOING. We may want to do that once we start showing "Voice mail" label on
88 if (oldState == InCallState.OUTGOING && mCall != null) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
firewire-cdev.h 87 * This event is sent when the stack receives a response to an outgoing request
288 * @length: Length of outgoing payload, in bytes
294 * Send a request to the device. This ioctl implements all outgoing requests.
312 * @length: Length of outgoing payload, in bytes
609 * @length: Length of outgoing payload, in bytes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 87 * This event is sent when the stack receives a response to an outgoing request
288 * @length: Length of outgoing payload, in bytes
294 * Send a request to the device. This ioctl implements all outgoing requests.
312 * @length: Length of outgoing payload, in bytes
609 * @length: Length of outgoing payload, in bytes
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 80 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
354 * This thread runs while attempting to make an outgoing connection
427 * It handles all incoming and outgoing transmissions.
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
371 * This thread runs while attempting to make an outgoing connection
445 * It handles all incoming and outgoing transmissions.
BluetoothChatFragment.java 75 * String buffer for outgoing messages
186 // Initialize the buffer for outgoing messages
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
371 * This thread runs while attempting to make an outgoing connection
445 * It handles all incoming and outgoing transmissions.
BluetoothChatFragment.java 75 * String buffer for outgoing messages
186 // Initialize the buffer for outgoing messages
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
346 * This thread runs while attempting to make an outgoing connection
420 * It handles all incoming and outgoing transmissions.
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
371 * This thread runs while attempting to make an outgoing connection
445 * It handles all incoming and outgoing transmissions.
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 583 /* If incoming and outgoing device are same, nothing more to do. */
584 /* Outgoing conn will be aborted because we have successful incoming conn. */
588 /* Resume outgoing connection. */
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_act.c 292 /* If incoming and outgoing device are same, nothing more to do. */
293 /* Outgoing conn will be aborted because we have successful incoming conn. */
297 /* Resume outgoing connection. */
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermoduleimpl.h 37 //! This class stores both presence information for outgoing presence and is
47 //! Typically this will be a full Jid with resource specified. For outgoing
190 //! Gets the aggregate outgoing presence
  /external/chromium_org/third_party/skia/src/core/
SkGeometry.h 22 they intersect. Optional outgoing "ambiguous" argument indicates
171 Optional outgoing "ambiguous" argument indicates whether the answer is
186 Optional outgoing "ambiguous" argument indicates whether the answer is
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 152 * Get the host to assign for an outgoing Request via header.
157 * Get the port to assign for the via header of an outgoing message.
309 * @return a via header for outgoing messages sent from this channel.
  /external/skia/src/core/
SkGeometry.h 22 they intersect. Optional outgoing "ambiguous" argument indicates
171 Optional outgoing "ambiguous" argument indicates whether the answer is
186 Optional outgoing "ambiguous" argument indicates whether the answer is
  /external/smack/src/org/jivesoftware/smack/packet/
PrivacyItem.java 53 /** blocks outgoing presence notifications. */
158 * Sets whether the receiver allows or denies outgoing presence or not.
160 * @param filterPresence_out indicates if the receiver allows or denies filtering outgoing presence
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5Proxy.java 51 * local network addresses used for outgoing SOCKS5 Bytestream requests.
211 * longer be used of outgoing SOCKS5 Bytestream requests.
221 * candidates of outgoing SOCKS5 Bytestream requests.
  /external/tcpdump/
print-l2tp.c 48 #define L2TP_MSGTYPE_OCRQ 7 /* Outgoing-Call-Request */
49 #define L2TP_MSGTYPE_OCRP 8 /* Outgoing-Call-Reply */
50 #define L2TP_MSGTYPE_OCCN 9 /* Outgoing-Call-Connected */
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipSession.java 33 * Defines SIP session states, such as "registering", "outgoing call", and "in call".
108 * ("on registering") or a call is outgoing ("on calling").
428 * Ends an established call, terminates an outgoing call or rejects an
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 57 private String mPostDialString; // outgoing calls only
341 * An incoming or outgoing call has connected
354 // outgoing calls only
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 268 * outgoing message, the avatar and text and other items are laid out either left or right
270 * there's a greater than zero chance that the right-justified text on outgoing messages
277 return 4; // Incoming and outgoing messages, both sms and mms

Completed in 705 milliseconds

<<11121314151617181920>>