/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
ConnectionService.java | 603 * This can be used by telecom to either create a new outgoing call or attach to an existing [all...] |
Call.java | 43 * The state of an outgoing {@code Call} when dialing the remote number, but not yet connected. 71 * The state of an outgoing {@code Call} when waiting on user to select a 85 * The initial state of an outgoing {@code Call}. 204 * For video calls, indicates whether the outgoing video for the call can be paused using 617 * Invoked when the post-dial sequence in the outgoing {@code Call} has reached a pause 780 * an outgoing call. Optionally sets this account as the default account. [all...] |
/packages/apps/Dialer/res/values/ |
strings.xml | 134 <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] --> 135 <string name="call_log_outgoing_header">Outgoing calls only</string> 253 <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] --> 254 <string name="menu_show_outgoing_only">Show outgoing only</string> 305 <!-- Title for outgoing call details screen --> 306 <string name="type_outgoing">Outgoing call</string> 314 <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] --> 315 <string name="type_outgoing_video">Outgoing video call</string> 590 <!-- String describing an outgoing call entry in the call log. [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TLSMessageChannel.java | 172 sipStack.getStackLogger().logDebug("creating new TLSMessageChannel (outgoing)"); 407 // For response, this has already been recorded in the outgoing 434 // Use this for outgoing messages as well. 686 * Get the host to assign to outgoing messages. 695 * Get the port for outgoing messages sent from the channel.
|
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.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaConnection.java | 52 String mPostDialString; // outgoing calls only 546 * An incoming or outgoing call has connected 561 // outgoing calls only 564 // Only release wake lock for incoming calls, for outgoing calls the wake lock 720 * and outgoing calls
|
/packages/apps/InCallUI/src/com/android/incallui/ |
VideoCallFragment.java | 89 * Icon shown to indicate that the outgoing camera has been turned off. 542 * Hides and shows the incoming video view and changes the outgoing video view's state based on 543 * whether outgoing view is enabled or not. 631 * {@link android.view.Surface} on which a preview of the outgoing video for a video call is 753 * Inflates the {@link ViewStub} containing the incoming and outgoing surfaces, if necessary,
|
CallButtonPresenter.java | 89 if (newState == InCallState.OUTGOING) { 96 // OUTGOING. We may want to do that once we start showing "Voice mail" label on 99 if (oldState == InCallState.OUTGOING && mCall != null) {
|
/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
|
/system/bt/stack/l2cap/ |
l2c_ucd.c | 731 ** Description enqueue outgoing UCD packet into security pending queue 747 ** Description check outgoing security 971 /* check if any outgoing UCD packet is waiting security check */ [all...] |
/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.
|
BluetoothChat.java | 76 // String buffer for outgoing messages 162 // Initialize the buffer for outgoing messages
|
/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/chromium-trace/trace-viewer/tracing/tracing/extras/chrome/cc/ |
input_latency_async_slice.html | 296 // only one outgoing flow (PostTask) from ScheduleBeginImplFrameDeadline 311 // Follow outgoing flow of subsequentSlices in the current hierarchy. 357 // Follow outgoing flow events of the current slice.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyStream.java | 467 * A sink that writes outgoing data frames of a stream. This class is not 474 * Buffer of outgoing data. This batches writes of small writes into this sink as larges 475 * frames written to the outgoing connection. Batching saves the (small) framing overhead.
|
/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
|
/system/bt/bta/hf_client/ |
bta_hf_client_act.c | 291 /* If incoming and outgoing device are same, nothing more to do. */ 292 /* Outgoing conn will be aborted because we have successful incoming conn. */ 296 /* Resume outgoing connection. */
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngine.java | 962 * Encodes the outgoing application data buffers into the network data 967 * the array of source buffers of outgoing application data. [all...] |