HomeSort by relevance Sort by last modified time
    Searched full:outgoing (Results 151 - 175 of 856) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/services/Telephony/src/com/android/phone/
ErrorDialogActivity.java 27 * Used to display an error dialog from within the Telephony service when an outgoing call fails
ProcessOutgoingCallTest.java 28 * a couple of simple modifications to outgoing calls, and by printing log
CdmaPhoneCallState.java 33 * THRWAY_ACTIVE - When user initiate an outgoing call when already on a call.
51 * THRWAY_ACTIVE - When user initiate an outgoing call when already on a call
Constants.java 41 * conditions that can happen when attempting to place an outgoing
100 * CDMA-specific "call lost" dialog. (If an outgoing call fails,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_packet.h 30 #define PACKET_OUTGOING 4 /* Outgoing of any type */
isdn.h 84 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */
104 int outgoing; member in struct:__anon45991
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_packet.h 30 #define PACKET_OUTGOING 4 /* Outgoing of any type */
isdn.h 84 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */
104 int outgoing; member in struct:__anon47727
  /system/netd/server/
ClatdController.cpp 59 // Pass in the interface, a netid to use for DNS lookups, and a fwmark for outgoing packets.
  /build/tools/releasetools/
blockimgdiff.py 478 xf.outgoing = xf.goes_before.copy()
493 sinks = [u for u in G if not u.outgoing]
499 del iu.outgoing[u]
508 for iu in u.outgoing:
520 d = sum(u.outgoing.values()) - sum(u.incoming.values())
528 for iu in u.outgoing:
531 del iu.outgoing[u]
541 del x.outgoing
  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 49 * ACTION_CREATE_LIVE_FOLDER, then create an outgoing Intent with the
61 * The following statements put data into the outgoing Intent. Please see
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host.h 119 // Helper methods to write outgoing messages.
172 // Queue for outgoing messages.
  /external/chromium_org/media/tools/constrained_network_server/
cn.py 71 help=('Latency (delay) added to each outgoing packet in '
74 help='Packet-loss percentage on outgoing packets. ')
  /external/chromium_org/net/quic/
quic_received_packet_manager.h 117 // Update the |received_info| for an outgoing ack.
129 // Called by QuicFramer, when the outgoing ack gets truncated, to recalculate
  /external/iproute2/man/man8/
ip-rule.8 188 select the outgoing device to match. The outgoing interface is only
  /external/iptables/extensions/
libxt_rateest.man 74 Example: This is what can be used to route outgoing data connections from an
78 # Estimate outgoing rates
  /external/kernel-headers/original/uapi/linux/
isdn.h 85 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */
105 int outgoing; member in struct:__anon26926
  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 110 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
119 /// called to determine which outgoing edge of Node is the target of this
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 153 /// single outgoing (actual) argument or outgoing (from the perspective
  /external/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp 99 // 1. Outgoing arguments.
123 // following: an outgoing argument, pointer to a dynamically allocated
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 28 // Outgoing message handlers
172 // Outgoing message handlers
  /external/srec/srec/include/
front.h 89 samdata *refbuff; /* outgoing samples buffer */
91 fftdata *prerefbuff; /* buffer for preemphasised data outgoing */
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 133 * and outgoing connections for the profile
140 * connections and outgoing connections for the profile.
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 84 * determines whether the speakerphone should be automatically turned on for an outgoing call.
91 * determines the desired video state for an outgoing call.
326 * Return the {@link PhoneAccount} which is the user-chosen default for making outgoing phone
333 * @return The {@link PhoneAccountHandle} corresponding to the user-chosen default for outgoing
350 * Return the {@link PhoneAccount} which is the user-chosen default for making outgoing phone
357 * @return The user outgoing phone account selected by the user.
372 * Sets the default account for making outgoing phone calls.
833 * a new incoming call, nor an user-initiated outgoing call.
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerSettingsActivity.java 42 * Incoming or Outgoing settings?
46 private static final String OUTGOING_SETTINGS = "outgoing";

Completed in 1568 milliseconds

1 2 3 4 5 67 8 91011>>