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

1 2 34 5 6 7 8 91011>>

  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestCallActivity.java 30 * To directly trigger a new incoming call, use the following adb command:
46 * Hang up any test incoming calls, to simulate the user missing a call.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_pppol2tp.h 31 __u16 s_tunnel, s_session; /* For matching incoming packets */
45 __u32 s_tunnel, s_session; /* For matching incoming packets */
net_tstamp.h 76 /* time stamp no incoming packet at all */
79 /* time stamp any incoming packet */
  /system/bt/bta/av/
bta_av_ssm.c 151 /* state table for incoming state */
417 /* In case incoming connection is for VDP, we need to swap scb. */
419 /* to Incoming state. Later, when STR_CONFIG_IND_EVT is coming, we */
493 ** Description Returns TRUE is scb is in incoming state.
496 ** Returns TRUE if scb is in incoming state.
537 ** Returns TRUE if scb is in incoming state.
557 ** Description Set SST state to incoming.
589 case BTA_AV_INCOMING_SST: return "INCOMING";
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 68 * (like starting the Incoming Call UI, playing in-call tones,
278 // Check for a few cases where we totally ignore incoming calls.
281 // that an incoming call occurred. (This will generally send the
283 // incoming-call UI and the user had declined the call.)
290 // This is a very strange case: an incoming call that stopped
302 // State will be either INCOMING or WAITING.
308 // us get incoming connections in the first place.
320 // incoming call by consuming the broadcast and doing nothing, or
325 // We'd need to protect this with a new "intercept incoming calls"
332 if (VDBG) log("Holding wake lock on new incoming connection.")
    [all...]
  /ndk/build/core/
definitions-graph.mk 266 # For topological sort, we need to count the number of incoming edges
270 # Count the number of incoming edges for each node during topological
279 # zero the incoming edge counter for module $1
280 -ndk-mod-topo-zero-incoming = \
283 # increment the incoming edge counter for module $1
284 -ndk-mod-topo-increment-incoming = \
287 # decrement the incoming edge counter for module $1
288 -ndk-mod-topo-decrement-incoming = \
291 # return non-empty if the module $1's incoming edge counter is > 0
292 -ndk-mod-topo-has-incoming = $(_ndk_mod_topo_incoming.$1
    [all...]
  /packages/apps/InCallUI/res/values/
strings.xml 32 <!-- Incoming call screen, name of "unknown" caller -->
34 <!-- Incoming call screen, string when number hidden -->
36 <!-- Incoming call screen, string when called from a pay phone -->
82 <string name="fake_phone_activity_infoText_text" translatable="false">Incoming phone number</string>
84 <string name="fake_phone_activity_placeCall_text" translatable="false">Fake Incoming Call</string>
96 <!-- In-call screen: status label for an incoming call [CHAR LIMIT=25] -->
97 <string name="card_title_incoming_call">Incoming call</string>
153 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] -->
154 <string name="notification_incoming_call">Incoming call</string>
155 <!-- The "label" of the in-call Notification for an incoming ringing call
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseRemoteTelecomTest.java 121 assertEquals("Telecom should not create incoming connections for remote outgoing calls",
142 assertThat("Telecom should create incoming connections for remote incoming calls",
144 assertEquals("Telecom should not create outgoing connections for remote incoming calls",
  /external/clang/test/Modules/Inputs/stress1/
merge00.h 6 // much like they are built in isolation of the incoming macro state.
  /external/iptables/extensions/
libxt_REDIRECT.man 9 destination IP to the primary address of the incoming interface
libxt_TPROXY.man 15 address of the incoming interface. This is only valid if the rule also
  /external/jetty/src/java/org/eclipse/jetty/io/
NetworkTrafficListener.java 30 * <li>Incoming bytes, when the server receives bytes sent from a remote client</li>
53 * @param bytes the read-only buffer containing the incoming bytes
55 public void incoming(Socket socket, Buffer bytes); method in interface:NetworkTrafficListener
87 public void incoming(Socket socket, Buffer bytes) method in class:NetworkTrafficListener.Empty
  /external/libvncserver/libvncclient/
listen.c 22 * listen.c - listen for incoming connections
42 * listenForIncomingConnections() - listen for incoming connections from
140 * listenForIncomingConnectionsNoFork() - listen for incoming connections
143 * Returns 1 on success (there was an incoming connection on the listen socket
  /external/llvm/test/CodeGen/AArch64/
regress-tail-livereg.ll 22 ; restored to its incoming value before the "br".
  /external/mesa3d/src/gallium/drivers/trace/
README 7 It can traces all incoming calls.
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
Dispatcher.java 30 * incoming request should be received. The default implementation returns an
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecordFactory.java 27 * @param timestampVal -- the timestamp header value of the incoming message.
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
Dispatcher.java 28 * incoming request should be received. The default implementation returns an
  /external/skia/experimental/SimpleiOSApp/iPad/
AppDelegate_iPad.m 31 Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
  /frameworks/base/packages/SystemUI/res/anim/
recents_from_app_exit.xml 19 <!-- Incoming Activity -->
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUtInterface.java 73 // Barring of All Incoming Calls
81 // Barring of Incoming Calls - when roaming
89 // Barring of Incoming Services (Service Code 353 - 3GPP TS 22.030 Table B-1)
91 // Barring of Specific Incoming calls
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 35 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
42 return this == INCOMING || this == WAITING;
57 case INCOMING: return State.INCOMING;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 51 /** Generates an incoming USSD message. */
  /libcore/luni/src/main/java/java/beans/
PropertyChangeListenerProxy.java 38 * the listener to delegate incoming events to.
  /packages/apps/Email/provider_src/com/android/email/
NotificationController.java 28 void showLoginFailedNotificationSynchronous(long accountId, boolean incoming);

Completed in 999 milliseconds

1 2 34 5 6 7 8 91011>>