/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.h | 27 * tls_out_pos - The current position in the outgoing TLS message 32 * tls_out_limit - Maximum fragment size for outgoing TLS messages
|
/libcore/luni/src/main/java/java/net/ |
CookieStore.java | 25 * CookieStore, and retrieve cookies for every outgoing HTTP request.Expired 54 * For every outgoing HTTP request, this method will be called.
|
/packages/apps/PhoneCommon/res/values-en-rGB/ |
strings.xml | 48 <string name="callFailed_fdn_only" msgid="1720606112619022283">"Outgoing calls are restricted by FDN."</string> 49 <string name="callFailed_cb_enabled" msgid="4745550615395092407">"Can\'t make outgoing calls while call barring is on."</string>
|
/packages/apps/PhoneCommon/res/values-en-rIN/ |
strings.xml | 48 <string name="callFailed_fdn_only" msgid="1720606112619022283">"Outgoing calls are restricted by FDN."</string> 49 <string name="callFailed_cb_enabled" msgid="4745550615395092407">"Can\'t make outgoing calls while call barring is on."</string>
|
/packages/apps/PhoneCommon/src/com/android/phone/common/ |
CallLogAsync.java | 49 * Parameter object to hold the args to get the last outgoing call 78 * AsyncTask to get the last outgoing call from the DB.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
NewOutgoingCallIntentBroadcaster.java | 78 * Whether or not the outgoing call intent originated from the default phone application. If 93 * Processes the result of the outgoing call broadcast intent, and performs callbacks to 113 Log.w(this, "Cannot modify outgoing call to emergency number %s.", resultNumber); 131 Log.v(this, "Call number unmodified after new outgoing call intent broadcast."); 133 Log.v(this, "Retrieved modified handle after outgoing call intent broadcast: " 150 * Processes the supplied intent and starts the outgoing call broadcast process relevant to the 251 // so that third parties can still inspect (but not intercept) the outgoing call. When 261 * Sends a new outgoing call ordered broadcast so that third party apps can cancel the
|
/external/chromium_org/cc/trees/ |
layer_sorter.h | 60 std::vector<GraphEdge*> outgoing; member in struct:cc::GraphNode
|
/external/chromium_org/components/enhanced_bookmarks/ |
bookmark_server_search_service.h | 20 // given query. Will handle one outgoing request at a time.
|
/external/chromium_org/components/policy/core/common/cloud/ |
policy_header_service.h | 39 // add policy headers to outgoing requests. The caller takes ownership of
|
/external/chromium_org/device/bluetooth/ |
bluetooth_channel_mac.h | 38 // Returns the outgoing MTU (maximum transmission unit) for the channel.
|
/external/chromium_org/google_apis/gcm/engine/ |
connection_handler.h | 46 // success, begins listening for incoming/outgoing messages.
|
/external/chromium_org/remoting/protocol/ |
client_control_dispatcher.h | 25 // It also implements ClipboardStub and HostStub for outgoing messages.
|
host_control_dispatcher.h | 29 // CursorShapeStub for outgoing messages.
|
jingle_session_manager.h | 42 // creating outgoing sessions.
|
network_settings.h | 31 // Allow outgoing connections, even when STUN and RELAY are not enabled.
|
/external/chromium_org/sync/engine/ |
non_blocking_type_commit_contribution.h | 18 // A non-blocking sync type's contribution to an outgoing commit message.
|
/external/iproute2/man/man8/ |
tc-netem.8 | 58 characteristics to packets outgoing from a selected network 71 adds the chosen delay to the packets outgoing to chosen network interface. The 82 adds an independent loss probability to the packets outgoing from the chosen 169 delay all outgoing packets on device eth0 with a rate of 5kbit, a per packet
|
/external/iptables/include/linux/netfilter_ipv4/ |
ip_queue.h | 28 char outdev_name[IFNAMSIZ]; /* Name of outgoing interface */
|
/external/kernel-headers/original/uapi/linux/ |
ip_vs.h | 166 __u32 outpkts; /* outgoing packets */ 168 __u64 outbytes; /* outgoing bytes */ 416 IPVS_STATS_ATTR_OUTPKTS, /* outgoing packets */ 418 IPVS_STATS_ATTR_OUTBYTES, /* outgoing bytes */
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallInfo.java | 29 * This could be the dialed value for outgoing calls or the caller id of incoming calls.
|
ICallServiceAdapter.aidl | 37 * Tells CallsManager of a new outgoing call.
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ActivityState.java | 170 protected void transitionOnNextPause(Class<? extends ActivityState> outgoing, 172 if (outgoing == SinglePhotoPage.class && incoming == AlbumPage.class) { 173 mNextTransition = StateTransitionAnimation.Transition.Outgoing; 174 } else if (outgoing == AlbumPage.class && incoming == SinglePhotoPage.class) {
|
/packages/apps/InCallUI/src/com/android/incallui/ |
InCallServiceImpl.java | 27 * dialing (outgoing), and active calls. When the last call is disconnected, Telecomm will unbind to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
if_pppol2tp.h | 33 __u16 d_tunnel, d_session; /* For sending outgoing packets */
|
ip_vs.h | 134 __u32 outpkts; /* outgoing packets */ 136 __u64 outbytes; /* outgoing bytes */ 381 IPVS_STATS_ATTR_OUTPKTS, /* outgoing packets */ 383 IPVS_STATS_ATTR_OUTBYTES, /* outgoing bytes */
|